Skip to content

Commit 55fc661

Browse files
committed
doc: minor correction
1 parent b27d981 commit 55fc661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/linmodel.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ with the state ``\mathbf{x}`` and output ``\mathbf{y}`` vectors. The ``\mathbf{z
4747
comprises the manipulated inputs ``\mathbf{u}`` and measured disturbances ``\mathbf{d}``,
4848
in any order. `i_u` provides the indices of ``\mathbf{z}`` that are manipulated, and `i_d`,
4949
the measured disturbances. The constructor automatically discretizes continuous systems,
50-
resamples discrete ones if `Ts ≠ sys.Ts`, compute a new realization if not minimal, and
51-
separate the ``\mathbf{z}`` terms in two parts (details in Extended Help). The rest of the
50+
resamples discrete ones if `Ts ≠ sys.Ts`, computes a new realization if not minimal, and
51+
separates the ``\mathbf{z}`` terms in two parts (details in Extended Help). The rest of the
5252
documentation assumes discrete dynamics since all systems end up in this form.
5353
5454
See also [`ss`](https://juliacontrol.github.io/ControlSystems.jl/stable/lib/constructors/#ControlSystemsBase.ss)

0 commit comments

Comments
 (0)