Skip to content

Commit 3099af9

Browse files
authored
Fix typo in basedocs.jl (#51334)
Thanks @DilumAluthge for finding this
1 parent e85f0a5 commit 3099af9

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
@@ -64,7 +64,7 @@ kw"export"
6464
6565
`public` is used within modules to tell Julia which names are part of the
6666
public API of the module . For example: `public foo` indicates that the name
67-
`foo` is public, without making it available available when [`using`](@ref)
67+
`foo` is public, without making it available when [`using`](@ref)
6868
the module. See the [manual section about modules](@ref modules) for details.
6969
"""
7070
kw"public"

0 commit comments

Comments
 (0)