Skip to content

Commit

Permalink
docs: Fix typo (SciML#527)
Browse files Browse the repository at this point in the history
Fix a typo in the documentation
  • Loading branch information
mrkn authored Jan 23, 2025
1 parent 43ca96f commit 258e49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/native/solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ documentation.
- `linesearch`: the line search algorithm to use. Defaults to
[`NoLineSearch()`](@extref LineSearch.NoLineSearch), which means that no line search is
performed.
- `autodiff`: etermines the backend used for the Jacobian. Note that this
- `autodiff`: determines the backend used for the Jacobian. Note that this
argument is ignored if an analytical Jacobian is passed, as that will be used instead.
Defaults to `nothing` which means that a default is selected according to the problem
specification! Valid choices are types from ADTypes.jl.
Expand Down

0 comments on commit 258e49d

Please sign in to comment.