From 8fa4adebab741ea55487cb6857c6f61fe8b76001 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 17 Jan 2023 10:00:22 -0500 Subject: [PATCH] Update NonlinearSystemSolvers.md --- docs/src/solvers/NonlinearSystemSolvers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/solvers/NonlinearSystemSolvers.md b/docs/src/solvers/NonlinearSystemSolvers.md index 4c526eb3a..24e76390e 100644 --- a/docs/src/solvers/NonlinearSystemSolvers.md +++ b/docs/src/solvers/NonlinearSystemSolvers.md @@ -53,9 +53,9 @@ methods excel at small problems and problems defined with static arrays. !!! note - When used with states `u` as a `Number` or `StaticArray`, these solvers are - very efficient and non-allocating. These implementations are thus well-suited for small - systems of equations. + When used with states `u` as a `Number` or `StaticArray`, these solvers are + very efficient and non-allocating. These implementations are thus well-suited for small + systems of equations. ### SteadyStateDiffEq.jl