Skip to content

Commit 3fbd64a

Browse files
Merge pull request #790 from SciML/ChrisRackauckas-patch-1
Fix typo in MatrixOperator
2 parents c56adcc + a1dffa5 commit 3fbd64a

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
@@ -32,7 +32,7 @@ function update_func(A, u, p, t)
3232
end
3333

3434
using SciMLOperators
35-
A = MatrixOperator(ones(2, 2), update_func = update_func)
35+
A = MatrixOperator(ones(2, 2), update_func! = update_func)
3636
prob = ODEProblem(A, ones(2), (10, 50.0))
3737
```
3838

0 commit comments

Comments
 (0)