We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8c1cf commit f89b0feCopy full SHA for f89b0fe
docs/src/advanced/custom.md
@@ -37,7 +37,7 @@ The inputs to the function are as follows:
37
- `solverdata`, solver cache set to `nothing` if solver hasn't been initialized
38
- `kwargs`, standard SciML keyword arguments such as `verbose`, `maxiters`, `abstol`, `reltol`
39
40
-The function `my_linsolve` must accept the above specified arguments and modify the, and return
+The function `my_linsolve` must accept the above specified arguments and modify them, and return
41
the solution, `u`. As memory for `u` is already allocated, the user may choose
42
to modify `u` in place as follows:
43
0 commit comments