Skip to content

Commit ccb5544

Browse files
committed
fix krylov doc
1 parent abdae64 commit ccb5544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/solvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ KrylovJL(args...; KrylovAlg = Krylov.gmres!,
222222
The general algorithm is:
223223

224224
```julia
225-
function KrylovKitJL(args...;
225+
KrylovKitJL(args...;
226226
KrylovAlg = KrylovKit.GMRES, gmres_restart = 0,
227227
kwargs...)
228228
```

0 commit comments

Comments
 (0)