Skip to content

Commit 69b2f43

Browse files
committed
fix spelling mistake found by CI
1 parent c2c4ded commit 69b2f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/NonlinearSystemSolvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ features, but have a bit of overhead on very small problems.
6464
likely fail.
6565
- `FastShortcutNonlinearPolyalg()`: The default method. A polyalgorithm that mixes fast methods
6666
with fallbacks to robust methods to allow for solving easy problems quickly without sacrificing
67-
robustnes on the hard problems.
67+
robustness on the hard problems.
6868
- `GeneralBroyden()`: Generalization of Broyden's Quasi-Newton Method with Line Search and
6969
Automatic Jacobian Resetting. This is a fast method but unstable when the condition number of
7070
the Jacobian matrix is sufficiently large.

0 commit comments

Comments
 (0)