Skip to content

Commit 4d0f834

Browse files
Update faq.md
1 parent 5944765 commit 4d0f834

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
@@ -150,7 +150,7 @@ chunksize:
150150
InteractiveUtils.@code_warntype NLS.solve(
151151
prob,
152152
NLS.NewtonRaphson(;
153-
autodiff = ADTypes.AutoForwardDiff(; chunksize = NonlinearSolve.pickchunksize(prob.u0))
153+
autodiff = ADTypes.AutoForwardDiff(; chunksize = NLS.pickchunksize(prob.u0))
154154
)
155155
)
156156
nothing # hide

0 commit comments

Comments
 (0)