Skip to content

Commit

Permalink
Update NonlinearSystemSolvers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 17, 2023
1 parent a49b58b commit 8fa4ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/solvers/NonlinearSystemSolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fa4ade

Please sign in to comment.