Skip to content

Commit 0baa02f

Browse files
committed
minor doc correction
1 parent be9eb0d commit 0baa02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/linearization.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Call [`linearize(model; x, u, d)`](@ref) and return the resulting linear model.
88
LinModel(model::NonLinModel; kwargs...) = linearize(model; kwargs...)
99

1010
@doc raw"""
11-
linearize(model::NonLinModel; x=model.x, u=model.uop, d=model.dop)
11+
linearize(model::NonLinModel; x=model.x, u=model.uop, d=model.dop) -> linmodel
1212
13-
Linearize `model` around the operating points `x`, `u` and `d`.
13+
Linearize `model` at the operating points `x`, `u`, `d` and return the [`LinModel`](@ref).
1414
1515
The arguments `x`, `u` and `d` are the linearization points for the state ``\mathbf{x}``,
1616
manipulated input ``\mathbf{u}`` and measured disturbance ``\mathbf{d}``, respectively. The

0 commit comments

Comments
 (0)