Skip to content

Commit 2ac2d23

Browse files
Update docs/src/basics/Events.md
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
1 parent cdddeb9 commit 2ac2d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ qAevt = ModelingToolkit.SymbolicContinuousCallback([cos(100 * theta) ~ 0],
561561
```
562562

563563
The other way we can implement a sensor is by changing the root find.
564-
Normally, we use left root finding; the affect will be invoked instantaneously before
564+
Normally, we use left root finding; the affect will be invoked instantaneously _before_
565565
the root is crossed. This makes it trickier to figure out what the new state is.
566566
Instead, we can use right root finding:
567567

0 commit comments

Comments
 (0)