We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f8c1cf + f89b0fe commit bd3f99dCopy full SHA for bd3f99d
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