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 19e814e commit 6c348dfCopy full SHA for 6c348df
src/doc/reference.md
@@ -1689,7 +1689,7 @@ of an item to see whether it should be allowed or not. This is where privacy
1689
warnings are generated, or otherwise "you used a private item of another module
1690
and weren't allowed to."
1691
1692
-By default, everything in rust is *private*, with one exception. Enum variants
+By default, everything in Rust is *private*, with one exception. Enum variants
1693
in a `pub` enum are also public by default. You are allowed to alter this
1694
default visibility with the `priv` keyword. When an item is declared as `pub`,
1695
it can be thought of as being accessible to the outside world. For example:
0 commit comments