Skip to content

Commit ee2cac1

Browse files
authored
Fix docstring for InitializationProblem
It did not appear to match any of the constructors
1 parent 5691fa3 commit ee2cac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ struct InitializationProblem{iip, specialization} end
13061306

13071307
"""
13081308
```julia
1309-
InitializationProblem{iip}(sys::AbstractODESystem, u0map, tspan,
1309+
InitializationProblem{iip}(sys::AbstractODESystem, t, u0map,
13101310
parammap = DiffEqBase.NullParameters();
13111311
version = nothing, tgrad = false,
13121312
jac = false,

0 commit comments

Comments
 (0)