Skip to content

Commit 6ea9907

Browse files
committed
minor doc correction
1 parent 2784084 commit 6ea9907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/linmodel.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ end
192192
Construct the model from the discrete state-space matrices `A, Bu, C, Bd, Dd` directly.
193193
194194
See [`LinModel(::StateSpace)`](@ref) Extended Help for the meaning of the matrices. The
195-
arguments `Bd` and `Dd` can be the scalar `0` is there is no measured disturbances. This
195+
arguments `Bd` and `Dd` can be the scalar `0` if there is no measured disturbance. This
196196
syntax do not modify the state-space representation provided in argument (`minreal` is not
197197
called). Care must be taken to ensure that the model is controllable and observable. The
198198
optional parameter `NT` explicitly set the number type of vectors (default to `Float64`).

0 commit comments

Comments
 (0)