Skip to content

Commit e750219

Browse files
committed
Format
1 parent 088f652 commit e750219

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
@@ -383,12 +383,12 @@ 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`. `ImperativeAffect` aims to simplify the manipulation of
386+
included as `ModelingToolkit.ImperativeAffect`. `ImperativeAffect` aims to simplify the manipulation of
387387
system state.
388388

389389
We will use two examples to describe `ImperativeAffect`: a simple heater and a quadrature encoder.
390390
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
392392
event that is generated for a continuous event.
393393

394394
### [Heater](@id heater_events)

0 commit comments

Comments
 (0)