Skip to content

Commit 7dfe3db

Browse files
Update docs/src/basics/NonlinearProblem.md
1 parent dc55d23 commit 7dfe3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/NonlinearProblem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NonlinearSolve.jl tackles three related types of nonlinear systems:
66

77
1. Interval rootfinding problems. I.e., find the ``t \in [t_0, t_f]`` such that ``f(t) = 0``.
88
2. Systems of nonlinear equations, i.e. find the ``u`` such that ``f(u) = 0``.
9-
3. Steady state problems, i.e. find the `u` such that `u' = f(u,t)` has reached steady state,
9+
3. Steady state problems, i.e. find the ``u`` such that ``u' = f(u,t)`` has reached steady state,
1010
i.e. ``0 = f(u, ∞)``.
1111

1212
The first is for solving scalar rootfinding problems, i.e. finding a single number, and

0 commit comments

Comments
 (0)