Skip to content

Commit 187b44d

Browse files
Update nonautonomous_linear_ode.md
1 parent c145d9f commit 187b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/types/nonautonomous_linear_ode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ such as ``A`` being a constant or ``A`` being only time-dependent (``A(t)``).
2020
### Construction
2121

2222
Creating a non-autonomous linear ODE is the same as an `ODEProblem`, except `f`
23-
is represented by an `AbstractDiffEqOperator` (note: this means that any standard
23+
is represented by an `AbstractSciMLOperator` (note: this means that any standard
2424
ODE solver can also be applied to problems written in this form). As an example:
2525

2626
```julia

0 commit comments

Comments
 (0)