Skip to content

Commit a7f09c9

Browse files
authored
Merge pull request #267 from ulysses4ever/patch-1
symbols.jl: fix typo in the docs
2 parents 34cbd96 + 1ce886a commit a7f09c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbols.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ getallns() = let allns = Base.IdSet{Symbol}(); oneverything((m, s, x, state) ->
601601
"""
602602
split_module_names(m::Module, allns)
603603
604-
Return two lists of names accessible from calling getfield(m, somename)`. The first
604+
Return two lists of names accessible from calling `getfield(m, somename)`. The first
605605
contains those symbols returned by `Base.names(m, all = true)`. The second contains
606606
all others, including imported symbols and those introduced by the `using` of modules.
607607
"""

0 commit comments

Comments
 (0)