Skip to content

Commit

Permalink
Precision of language in names docstring (#52744)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jan 11, 2024
1 parent c5d7b87 commit 403a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
"""
names(x::Module; all::Bool = false, imported::Bool = false)
Get an array of the public names of a `Module`, excluding deprecated names.
Get a vector of the public names of a `Module`, excluding deprecated names.
If `all` is true, then the list also includes non-public names defined in the module,
deprecated names, and compiler-generated names.
If `imported` is true, then names explicitly imported from other modules
Expand Down

0 comments on commit 403a80a

Please sign in to comment.