Skip to content

Commit 5066254

Browse files
committed
fix typo
1 parent dc3c9cb commit 5066254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/callbacks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Notes
9999
- `expression = Val{true}`, causes the generated function to be returned as an expression.
100100
If set to `Val{false}` a `RuntimeGeneratedFunction` will be returned.
101101
- `outputidxs`, a vector of indices of the output variables which should correspond to
102-
`states(sys)`. If provided checks that the LHS of affect equations are variables are
102+
`states(sys)`. If provided, checks that the LHS of affect equations are variables are
103103
dropped, i.e. it is assumed these indices are correct and affect equations are
104104
well-formed.
105105
- `kwargs` are passed through to `Symbolics.build_function`.

0 commit comments

Comments
 (0)