Skip to content

Commit

Permalink
fix spelling mistake found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Nov 28, 2023
1 parent c2c4ded commit 69b2f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/solvers/NonlinearSystemSolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ features, but have a bit of overhead on very small problems.
likely fail.
- `FastShortcutNonlinearPolyalg()`: The default method. A polyalgorithm that mixes fast methods
with fallbacks to robust methods to allow for solving easy problems quickly without sacrificing
robustnes on the hard problems.
robustness on the hard problems.
- `GeneralBroyden()`: Generalization of Broyden's Quasi-Newton Method with Line Search and
Automatic Jacobian Resetting. This is a fast method but unstable when the condition number of
the Jacobian matrix is sufficiently large.
Expand Down

0 comments on commit 69b2f43

Please sign in to comment.