Skip to content

Commit 258e49d

Browse files
authored
docs: Fix typo (#527)
Fix a typo in the documentation
1 parent 43ca96f commit 258e49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/native/solvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ documentation.
2121
- `linesearch`: the line search algorithm to use. Defaults to
2222
[`NoLineSearch()`](@extref LineSearch.NoLineSearch), which means that no line search is
2323
performed.
24-
- `autodiff`: etermines the backend used for the Jacobian. Note that this
24+
- `autodiff`: determines the backend used for the Jacobian. Note that this
2525
argument is ignored if an analytical Jacobian is passed, as that will be used instead.
2626
Defaults to `nothing` which means that a default is selected according to the problem
2727
specification! Valid choices are types from ADTypes.jl.

0 commit comments

Comments
 (0)