Skip to content

Commit c7d8f03

Browse files
authored
typo
1 parent ddbefe1 commit c7d8f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/advanced/custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Passing in a Custom Linear Solver
2-
Julia users are constantly a wide variety of applications in the SciML ecosystem,
3-
often requiring custom handling. As existing solvers in `LinearSolve.jl` may not
2+
Julia users are building a wide variety of applications in the SciML ecosystem,
3+
often requiring problem-specific handling of their linear solves. As existing solvers in `LinearSolve.jl` may not
44
be optimally suited for novel applications, it is essential for the linear solve
55
interface to be easily extendable by users. To that end, the linear solve algorithm
66
`LinearSolveFunction()` accepts a user-defined function for handling the solve. A

0 commit comments

Comments
 (0)