Skip to content

Commit 6f1ea08

Browse files
authored
Fix docs typo
There's no ODE here, right?
1 parent cce1bb3 commit 6f1ea08

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
@@ -38,7 +38,7 @@ page.
3838

3939
### Fields
4040

41-
* `f`: The function in the ODE.
41+
* `f`: The function in the problem.
4242
* `u0`: The initial guess for the steady state.
4343
* `p`: The parameters for the problem. Defaults to `NullParameters`.
4444
* `kwargs`: The keyword arguments passed on to the solvers.

0 commit comments

Comments
 (0)