File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,12 +383,12 @@ It can be seen that the timeseries for `c` is not saved.
383
383
384
384
The ` ImperativeAffect ` can be used as an alternative to the aforementioned functional affect form. Note
385
385
that ` ImperativeAffect ` is still experimental; to emphasize this, we do not export it and it should be
386
- included as ` ModelingToolkit.ImperativeAffect ` . ` ImperativeAffect ` aims to simplify the manipulation of
386
+ included as ` ModelingToolkit.ImperativeAffect ` . ` ImperativeAffect ` aims to simplify the manipulation of
387
387
system state.
388
388
389
389
We will use two examples to describe ` ImperativeAffect ` : a simple heater and a quadrature encoder.
390
390
These examples will also demonstrate advanced usage of ` ModelingToolkit.SymbolicContinuousCallback ` ,
391
- the low-level interface of the tuple form converts into that allows control over the SciMLBase-level
391
+ the low-level interface of the tuple form converts into that allows control over the SciMLBase-level
392
392
event that is generated for a continuous event.
393
393
394
394
### [ Heater] (@id heater_events)
You can’t perform that action at this time.
0 commit comments