Skip to content

Commit 8d0d8d9

Browse files
committed
Fix typo in docs
1 parent 54f981c commit 8d0d8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/diagnostics_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solve process. This is controlled by 3 keyword arguments to `solve`:
2020

2121
All the native NonlinearSolve.jl algorithms come with in-built
2222
[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).
23+
is disabled by default and can be enabled via [`NonlinearSolveBase.enable_timer_outputs`](@ref).
2424

2525
Note that you will have to restart Julia to disable the timer outputs once enabled.
2626

0 commit comments

Comments
 (0)