Skip to content

Commit bcd8b18

Browse files
Update getting_started.md
1 parent b0e9d62 commit bcd8b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ isconstant(opB)
120120

121121
Now let's define the operators from above in a matrix-free way using `FunctionOperator`.
122122
With `FunctionOperator`, we directly define the operator application function `opA(w,v,u,p,t)`
123-
which means `w = opA(u,p,t)*v`. For exmaple we can do the following:
123+
which means `w = opA(u,p,t)*v`. For example we can do the following:
124124

125125
```@example getting_started
126126
function Afunc!(w,v,u,p,t)
@@ -234,4 +234,4 @@ doing algebras on operators. What's next?
234234
How do you use SciMLOperators? Check out the following downstream pages:
235235

236236
* [Using SciMLOperators in LinearSolve.jl for matrix-free Krylov methods](https://docs.sciml.ai/LinearSolve/stable/tutorials/linear/)
237-
* [Using SciMLOperators in OrdinaryDiffEq.jl for semi-linear ODE solvers](https://docs.sciml.ai/DiffEqDocs/stable/solvers/nonautonomous_linear_ode/)
237+
* [Using SciMLOperators in OrdinaryDiffEq.jl for semi-linear ODE solvers](https://docs.sciml.ai/DiffEqDocs/stable/solvers/nonautonomous_linear_ode/)

0 commit comments

Comments
 (0)