From 0c543963de9a359a9e64d3d1613335c1271f756c Mon Sep 17 00:00:00 2001 From: Judd Mehr Date: Wed, 16 Oct 2024 09:17:54 -0600 Subject: [PATCH] Update option.md --- docs/src/DuctAPE/advanced_usage/option.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/DuctAPE/advanced_usage/option.md b/docs/src/DuctAPE/advanced_usage/option.md index dbb009b1..5705ef8b 100644 --- a/docs/src/DuctAPE/advanced_usage/option.md +++ b/docs/src/DuctAPE/advanced_usage/option.md @@ -128,7 +128,7 @@ The following example should contain all the principles required to be able to a aero_solver_options = DuctAPE.NLsolveOptions(; algorithm=:newton, atol=1e-10, - iteration_limite=30, + iteration_limit=30, linesearch_method=LineSearches.BackTracking, #don't include parentheses on method handle linesearch_kwargs=(; order=3, maxstep=1e6), additional_kwargs=(; autoscale=false),