Skip to content

Commit 7cd58a2

Browse files
committed
ugh. rewording the message
1 parent 6d5e736 commit 7cd58a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ or `Absorber` classes (or when invoking `pml()`, `stable_pml()`, or `absorber()`
2121
with fewer layers than recommended.
2222
- Errors and warning messages will refer to the name of objects inside simulations,
2323
whenever the user explicitly specifies the `name` argument during instantiation.
24-
(Example: 'simulation.monitors[1]' -> 'field_monitor_1', assuming the user specified
25-
`FieldMonitor(name="field_monitor_1", ...)` when defining the object.)
24+
(Example: 'simulation.monitors[1]' -> 'field_monitor_1', assuming the object was created
25+
using `FieldMonitor(name="field_monitor_1", ...)`.)
2626

2727
### Fixed
2828
- Arrow lengths are now scaled consistently in the X and Y directions, and their lengths no longer exceed the height of the plot window.

0 commit comments

Comments
 (0)