Skip to content

Commit 3c22f51

Browse files
Merge branch 'master' into format
2 parents 49aebc6 + 6c73a4d commit 3c22f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ isconstant(opB)
123123

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

128128
```@example getting_started
129129
function Afunc!(w, v, u, p, t)

0 commit comments

Comments
 (0)