Skip to content

Commit 5ae8707

Browse files
ulysses4everfredrikekrefingolfin
authored andcommitted
code_warntype docs: more neutral reference to @code_warntype (#51361)
fix #51358 --------- Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com> Co-authored-by: Max Horn <max@quendi.de> (cherry picked from commit 5cb5cd8)
1 parent f2d56c7 commit 5ae8707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/InteractiveUtils/src/codeview.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Small unions of concrete types are usually not a concern, so these are highlight
7070
7171
Keyword argument `debuginfo` may be one of `:source` or `:none` (default), to specify the verbosity of code comments.
7272
73-
See [`@code_warntype`](@ref man-code-warntype) for more information.
73+
See the [`@code_warntype`](@ref man-code-warntype) section in the Performance Tips page of the manual for more information.
7474
"""
7575
function code_warntype(io::IO, @nospecialize(f), @nospecialize(t=Base.default_tt(f));
7676
debuginfo::Symbol=:default, optimize::Bool=false, kwargs...)

0 commit comments

Comments
 (0)