Skip to content

Commit 037eb1f

Browse files
Update faq.md
1 parent 4d0f834 commit 037eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ be a Dual number. This causes the error. To fix it:
7777

7878
```@example dual_error_faq
7979
import ADTypes
80-
sol = solve(prob_oop, LevenbergMarquardt(; autodiff = ADTypes.AutoFiniteDiff());
80+
sol = solve(prob_oop, NLS.LevenbergMarquardt(; autodiff = ADTypes.AutoFiniteDiff());
8181
maxiters = 10000, abstol = 1e-8)
8282
```
8383

0 commit comments

Comments
 (0)