Skip to content

Commit 7f7f65c

Browse files
committed
Clear up some of the documentation language
1 parent 06ecd2e commit 7f7f65c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/src/basics/Events.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,13 @@ It can be seen that the timeseries for `c` is not saved.
383383

384384
The `ImperativeAffect` can be used as an alternative to the aforementioned functional affect form. Note
385385
that `ImperativeAffect` is still experimental; to emphasize this, we do not export it and it should be
386-
included as `ModelingToolkit.ImperativeAffect`. It abstracts over how values are written back to the
387-
system, simplifying the definitions and (in the future) allowing assignments back to observed values
388-
by solving the nonlinear reinitialization problem afterwards.
386+
included as `ModelingToolkit.ImperativeAffect`. `ImperativeAffect` aims to simplify the manipulation of
387+
system state.
389388

390389
We will use two examples to describe `ImperativeAffect`: a simple heater and a quadrature encoder.
391390
These examples will also demonstrate advanced usage of `ModelingToolkit.SymbolicContinuousCallback`,
392-
the low-level interface that the aforementioned tuple form converts into and allows control over the
393-
exact SciMLCallbacks event that is generated for a continuous event.
391+
the low-level interface of the tuple form converts into that allows control over the SciMLBase-level
392+
event that is generated for a continuous event.
394393

395394
### [Heater](@id heater_events)
396395

0 commit comments

Comments
 (0)