Skip to content

Commit 5ec69f3

Browse files
authored
Update src/systems/diffeqs/abstractodesystem.jl
1 parent e76e26d commit 5ec69f3

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
@@ -742,7 +742,7 @@ function DAEProblemExpr{iip}(sys::AbstractODESystem,u0map,tspan,
742742
kwargs...) where iip
743743
```
744744
745-
Generates a Julia expression for constructing an DAEProblem from an
745+
Generates a Julia expression for constructing a DAEProblem from an
746746
ODESystem and allows for automatically symbolically calculating
747747
numerical enhancements.
748748
"""

0 commit comments

Comments
 (0)