Skip to content

Commit 6c348df

Browse files
committed
rust -> Rust
1 parent 19e814e commit 6c348df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ of an item to see whether it should be allowed or not. This is where privacy
16891689
warnings are generated, or otherwise "you used a private item of another module
16901690
and weren't allowed to."
16911691

1692-
By default, everything in rust is *private*, with one exception. Enum variants
1692+
By default, everything in Rust is *private*, with one exception. Enum variants
16931693
in a `pub` enum are also public by default. You are allowed to alter this
16941694
default visibility with the `priv` keyword. When an item is declared as `pub`,
16951695
it can be thought of as being accessible to the outside world. For example:

0 commit comments

Comments
 (0)