Skip to content

Commit 11b701e

Browse files
committed
doc: minor correction
1 parent 94978a2 commit 11b701e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/nonlinmodel.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ defined as ``d(t) = t``. The functions can be implemented in two possible ways:
8080
8181
`Ts` is the sampling time in second. `nu`, `nx`, `ny` and `nd` are the respective number of
8282
manipulated inputs, states, outputs and measured disturbances. The keyword argument `p`
83-
is the parameters of the model passed to the two functions. It can be of any Julia object
84-
but use a mutable type if you want to change them later e.g.: a vector.
83+
is the parameters of the model passed to the two functions. It can be any Julia objects but
84+
use a mutable type if you want to change them later e.g.: a vector.
8585
8686
!!! tip
8787
Replace the `d` or `p` argument with `_` in your functions if not needed (see Examples below).

0 commit comments

Comments
 (0)