From c7d8f03940db5468530c19f3b8922d3949e174c2 Mon Sep 17 00:00:00 2001 From: Vedant Puri Date: Thu, 7 Apr 2022 05:38:30 +0530 Subject: [PATCH] typo --- docs/src/advanced/custom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/advanced/custom.md b/docs/src/advanced/custom.md index 68fee5b27..973a13f34 100644 --- a/docs/src/advanced/custom.md +++ b/docs/src/advanced/custom.md @@ -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