Skip to content

Commit c2787b1

Browse files
authored
Revert "Add a @ref to the Main docstring (#33357)" (#35722)
This reverts commit dc8973c.
1 parent bf22b5a commit c2787b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/docs/basedocs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ Core.Core
24872487
"""
24882488
Main
24892489
2490-
`Main` is the top-level module, and Julia starts with `Main` set as the current module. Variables defined at the prompt go in `Main`, and [`varinfo`](@ref) lists variables in `Main`.
2490+
`Main` is the top-level module, and Julia starts with `Main` set as the current module. Variables defined at the prompt go in `Main`, and `varinfo` lists variables in `Main`.
24912491
```jldoctest
24922492
julia> @__MODULE__
24932493
Main

0 commit comments

Comments
 (0)