Skip to content

Commit 003ed76

Browse files
typo
1 parent d7d1f37 commit 003ed76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,16 +384,17 @@ struct SteadyStateProblemExpr{iip} end
384384

385385
"""
386386
```julia
387-
function DiffEqBase.SteadyStateProblem(sys::AbstractODESystem,u0map,tspan,
387+
function DiffEqBase.SteadyStateProblemExpr(sys::AbstractODESystem,u0map,tspan,
388388
parammap=DiffEqBase.NullParameters();
389389
version = nothing, tgrad=false,
390390
jac = false, Wfact = false,
391391
checkbounds = false, sparse = false,
392392
linenumbers = true, parallel=SerialForm(),
393393
kwargs...) where iip
394394
```
395-
Generates an SteadyStateProblem from an ODESystem and allows for automatically
396-
symbolically calculating numerical enhancements.
395+
Generates a Julia expression for building a SteadyStateProblem from
396+
an ODESystem and allows for automatically symbolically calculating
397+
numerical enhancements.
397398
"""
398399
function DiffEqBase.SteadyStateProblemExpr{iip}(sys::AbstractODESystem,u0map,
399400
parammap=DiffEqBase.NullParameters();

0 commit comments

Comments
 (0)