Skip to content

Commit 06083e9

Browse files
Update interface.jl
1 parent 17a6a58 commit 06083e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $(UPDATE_COEFFS_WARNING)
8282
# Example
8383
8484
```
85-
using SciMLOperator
85+
using SciMLOperators
8686
8787
_A = rand(4, 4)
8888
mat_update_func! = (L, u, p, t; scale = 1.0) -> copy!(A, _A)

0 commit comments

Comments
 (0)