Skip to content

Commit 6c7e4b8

Browse files
committed
Clean up language indocs
1 parent 1a3f7d4 commit 6c7e4b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/basics/Events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ eqs = [
404404
]
405405
```
406406

407-
Our plant is simple. We have a heater that's turned on and off by the clocked parameter `furnace_on`
407+
Our plant is simple. We have a heater that's turned on and off by the time-indexed parameter `furnace_on`
408408
which adds `furnace_power` forcing to the system when enabled. We then leak heat proportional to `leakage`
409409
as a function of the square of the current temperature.
410410

@@ -499,9 +499,9 @@ eqs = [D(theta) ~ omega
499499
omega ~ 1.0]
500500
```
501501

502-
Our continuous-time system is extremely simple. We have two states, `theta` for the angle of the shaft
502+
Our continuous-time system is extremely simple. We have two unknown variables `theta` for the angle of the shaft
503503
and `omega` for the rate at which it's spinning. We then have parameters for the state machine `qA, qB, hA, hB`
504-
and a step count `cnt`.
504+
(corresponding to the current quadrature of the A/B sensors and the historical ones) and a step count `cnt`.
505505

506506
We'll then implement the decoder as a simple Julia function.
507507

0 commit comments

Comments
 (0)