Skip to content

Commit 367b1d2

Browse files
Merge pull request #1419 from helgee/patch-1
Fix typos
2 parents 456f00f + c6bb3f5 commit 367b1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ ODESystem(eqs, ...; continuous_events::Pair{Vector{Equation}, Vector{Equation}})
263263
```
264264
where equations can be added that evaluate to 0 at discontinuities.
265265

266-
To model events that have an affect on the state, provide `events::Pair{Vector{Equation}, Vector{Equation}}` where the first entry in the pair is a vector of equations describing event conditions, and the second vector of equations describe the affect on the state. The affect equations must be on the form
266+
To model events that have an effect on the state, provide `events::Pair{Vector{Equation}, Vector{Equation}}` where the first entry in the pair is a vector of equations describing event conditions, and the second vector of equations describe the effect on the state. The effect equations must be of the form
267267
```
268268
single_state_variable ~ expression_involving_any_variables
269269
```

0 commit comments

Comments
 (0)