Skip to content

Commit 69a539a

Browse files
authored
Merge pull request #354 from JuliaControl/doc_detail
doc: minor corrections
2 parents 8d95847 + 114fad0 commit 69a539a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/model/linmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ end
6868
@doc raw"""
6969
LinModel(sys::StateSpace[, Ts]; i_u=1:size(sys,2), i_d=Int[])
7070
71-
Construct a linear model from state-space model `sys` with sampling time `Ts` in second.
71+
Construct a linear model from state-space model `sys` with sampling time `Ts` in seconds.
7272
7373
The system `sys` can be continuous or discrete-time (`Ts` can be omitted for the latter).
7474
For continuous dynamics, its state-space equations are (discrete case in Extended Help):

src/model/nonlinmodel.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ form. The optional parameter `NT` explicitly set the number type of vectors (def
133133
See also [`LinModel`](@ref).
134134
135135
# Arguments
136-
- `f::Function` or `f!`: state function.
137-
- `h::Function` or `h!`: output function.
138-
- `Ts`: sampling time of in second.
136+
- `f::Function` or `f!`: state function of the model.
137+
- `h::Function` or `h!`: output function of the model.
138+
- `Ts`: sampling time of the model in seconds.
139139
- `nu`: number of manipulated inputs.
140140
- `nx`: number of states.
141141
- `ny`: number of outputs.

0 commit comments

Comments
 (0)