From 258e49d94a9bdab2a524eec0b967ed02336e7b43 Mon Sep 17 00:00:00 2001 From: Kenta Murata <3959+mrkn@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:08:44 +0900 Subject: [PATCH] docs: Fix typo (#527) Fix a typo in the documentation --- docs/src/native/solvers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/native/solvers.md b/docs/src/native/solvers.md index 01583dda2..2dc7881cc 100644 --- a/docs/src/native/solvers.md +++ b/docs/src/native/solvers.md @@ -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.