Skip to content

Commit

Permalink
Update docs/src/basics/FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 26, 2022
1 parent 22c940d commit b39387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end
function f2(out, levels, u0)
for i in 1:N
out[i] = solve(NonlinearProblem{false}(IntervalNonlinearFunction{false}(myfun),
out[i] = solve(NonlinearProblem{false}(NonlinearFunction{false}(myfun),
u0, levels[i]), SimpleNewtonRaphson()).u
end
end
Expand Down

0 comments on commit b39387d

Please sign in to comment.