We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85f0a5 commit 3099af9Copy full SHA for 3099af9
base/docs/basedocs.jl
@@ -64,7 +64,7 @@ kw"export"
64
65
`public` is used within modules to tell Julia which names are part of the
66
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)
+`foo` is public, without making it available when [`using`](@ref)
68
the module. See the [manual section about modules](@ref modules) for details.
69
"""
70
kw"public"
0 commit comments