Skip to content

Commit 287e9fd

Browse files
authored
Merge pull request #351 from JuliaControl/doc_detail
doc: minor correction
2 parents 03b5a44 + a7553d0 commit 287e9fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/estimator/construct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function default_nint(model::LinModel, i_ym=1:model.ny, nint_u=0)
370370
end
371371

372372
"""
373-
default_nint(model::SimModel, i_ym=1:model.ny, nint_u=0)
373+
default_nint(model::SimModel, i_ym=1:model.ny, nint_u=0) -> nint_ym
374374
375375
One integrator on each measured output by default for other cases e.g. [`NonLinModel`](@ref).
376376

0 commit comments

Comments
 (0)