Skip to content

Commit dc9db1c

Browse files
Merge pull request #57 from ericphanson/patch-1
Fix docs typo
2 parents cce1bb3 + 6f1ea08 commit dc9db1c

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)