Skip to content

Commit 0d40656

Browse files
committed
update docstring
1 parent 863ccd8 commit 0d40656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/ControlSystemsBase/src/types

lib/ControlSystemsBase/src/types/Lti.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ isstable(sys::LTISystem{<:Discrete}) = all(abs.(poles(sys)) .< 1)
119119
isunstable(sys)
120120
121121
Returns `true` if `sys` is exponentially unstable, else returns `false`.
122-
Marginally stable systems (systems with a single integrator) are considered stable by this function, see [`isstable`](@ref) for a function that returns true only for exponentially stable systems.
122+
Marginally stable systems (systems with a simple poles on the imaginary axis) are considered stable by this function, see [`isstable`](@ref) for a function that returns true only for exponentially stable systems.
123123
"""
124124
function isunstable(sys::LTISystem)
125125
inte, p, z, tolp, tolz = integrator_excess_with_tol(sys)

0 commit comments

Comments
 (0)