Skip to content

Commit c145d9f

Browse files
Update nonautonomous_linear_ode.md
1 parent 6369aac commit c145d9f

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
@@ -13,7 +13,7 @@ These algorithms require a Non-autonomous linear ODE of the form:
1313
u^\prime = A(u,p,t)u
1414
```
1515

16-
Where ``A`` is an [AbstractDiffEqOperator](@ref DiffEqOperators) that is
16+
Where ``A`` is an [AbstractSciMLOperator](@ref SciMLOperators) that is
1717
multiplied against ``u``. Many algorithms specialize on the form of ``A``,
1818
such as ``A`` being a constant or ``A`` being only time-dependent (``A(t)``).
1919

0 commit comments

Comments
 (0)