We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f981c commit 8d0d8d9Copy full SHA for 8d0d8d9
docs/src/basics/diagnostics_api.md
@@ -20,7 +20,7 @@ solve process. This is controlled by 3 keyword arguments to `solve`:
20
21
All the native NonlinearSolve.jl algorithms come with in-built
22
[TimerOutputs.jl](https://github.com/KristofferC/TimerOutputs.jl) support. However, this
23
-is disabled by default and can be enabled via [`NonlinearSolve.enable_timer_outputs`](@ref).
+is disabled by default and can be enabled via [`NonlinearSolveBase.enable_timer_outputs`](@ref).
24
25
Note that you will have to restart Julia to disable the timer outputs once enabled.
26
0 commit comments