Skip to content

Commit

Permalink
Update option.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr authored Oct 16, 2024
1 parent 51a0522 commit 0c54396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/DuctAPE/advanced_usage/option.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0c54396

Please sign in to comment.