Skip to content

Commit acedf10

Browse files
Merge pull request #122 from vpuri3/patch-6
Update solvers.md
2 parents d68112f + b7194f8 commit acedf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/solvers/solvers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ CPU-based arrays while Krylov.jl is more general and will support accelerators
2626
like CUDA. Krylov.jl works with CPUs and GPUs and tends to be more efficient than other
2727
Krylov-based methods.
2828

29-
Finally, a user can pass a custom function ofr the linear solve using
30-
`LinearSolveFunction()` if existing solvers are not optimal for their application.
29+
Finally, a user can pass a custom function for handling the linear solve using
30+
`LinearSolveFunction()` if existing solvers are not optimally suited for their application.
3131
The interface is detailed [here](#passing-in-a-custom-linear-solver)
3232

3333
## Full List of Methods

0 commit comments

Comments
 (0)