Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Apr 7, 2022
1 parent ddbefe1 commit c7d8f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/advanced/custom.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Passing in a Custom Linear Solver
Julia users are constantly a wide variety of applications in the SciML ecosystem,
often requiring custom handling. As existing solvers in `LinearSolve.jl` may not
Julia users are building a wide variety of applications in the SciML ecosystem,
often requiring problem-specific handling of their linear solves. As existing solvers in `LinearSolve.jl` may not
be optimally suited for novel applications, it is essential for the linear solve
interface to be easily extendable by users. To that end, the linear solve algorithm
`LinearSolveFunction()` accepts a user-defined function for handling the solve. A
Expand Down

0 comments on commit c7d8f03

Please sign in to comment.