Skip to content

Commit e6040fb

Browse files
committed
---
yaml --- r: 134694 b: refs/heads/try c: 6c348df h: refs/heads/master v: v3
1 parent 75f30a2 commit e6040fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5-
refs/heads/try: 19e814ed9895c64ef362fe5834bc15678a8f10c3
5+
refs/heads/try: 6c348dfe720e9c516b47beb1e318b8b3544ffe12
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)