Skip to content

Commit a55b12b

Browse files
authored
Fix link in docstring of InteractiveUtils.edit (#35987)
1 parent a5e032e commit a55b12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/InteractiveUtils/src/editless.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Edit a file or directory optionally providing a line number to edit the file at.
186186
Return to the `julia` prompt when you quit the editor. The editor can be changed
187187
by setting `JULIA_EDITOR`, `VISUAL` or `EDITOR` as an environment variable.
188188
189-
See also: (`define_editor`)[@ref]
189+
See also: [`define_editor`](@ref)
190190
"""
191191
function edit(path::AbstractString, line::Integer=0)
192192
isempty(EDITOR_CALLBACKS) && define_default_editors()

0 commit comments

Comments
 (0)