Skip to content

Commit a8ea369

Browse files
committed
Spelling (2)
1 parent 711fb8c commit a8ea369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/basics/Events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ as a function of the square of the current temperature.
410410

411411
We need a controller with hysteresis to conol the plant. We wish the furnace to turn on when the temperature
412412
is below `furnace_on_threshold` and off when above `furnace_off_threshold`, while maintaining its current state
413-
in between. To do this, we create two continous callbacks:
413+
in between. To do this, we create two continuous callbacks:
414414

415415
```@example events
416416
using Setfield
@@ -501,7 +501,7 @@ eqs = [D(theta) ~ omega
501501
omega ~ 1.0]
502502
```
503503

504-
Our continous-time system is extremely simple. We have two states, `theta` for the angle of the shaft
504+
Our continuous-time system is extremely simple. We have two states, `theta` for the angle of the shaft
505505
and `omega` for the rate at which it's spinning. We then have parameters for the state machine `qA, qB, hA, hB`
506506
and a step count `cnt`.
507507

0 commit comments

Comments
 (0)