Skip to content

Commit bd3f99d

Browse files
authored
Merge pull request #594 from CodeLenz/patch-2
Fix small typo in Readme.md
2 parents 6f8c1cf + f89b0fe commit bd3f99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/advanced/custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The inputs to the function are as follows:
3737
- `solverdata`, solver cache set to `nothing` if solver hasn't been initialized
3838
- `kwargs`, standard SciML keyword arguments such as `verbose`, `maxiters`, `abstol`, `reltol`
3939

40-
The function `my_linsolve` must accept the above specified arguments and modify the, and return
40+
The function `my_linsolve` must accept the above specified arguments and modify them, and return
4141
the solution, `u`. As memory for `u` is already allocated, the user may choose
4242
to modify `u` in place as follows:
4343

0 commit comments

Comments
 (0)