diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-02-25 04:21:11 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-02-25 04:21:11 +0530 |
| commit | a834cd1b70aecdc71b7fc4f9ff127ecaf1b2258d (patch) | |
| tree | 91e354bd685e36a536e3d728e09d9f9e9747ebd4 /src/doc/reference.md | |
| parent | f28677506c29507433ed2de4d7ad2b07c4cf0111 (diff) | |
| parent | 145190bd2aec3b6ad9e4ed4da8490d810c9d0bee (diff) | |
| download | rust-a834cd1b70aecdc71b7fc4f9ff127ecaf1b2258d.tar.gz rust-a834cd1b70aecdc71b7fc4f9ff127ecaf1b2258d.zip | |
Rollup merge of #31868 - fhahn:capitalize-Rust, r=steveklabnik
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 3dcc7b73480..228af394838 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -1764,7 +1764,7 @@ pub mod submodule { # fn main() {} ``` -For a rust program to pass the privacy checking pass, all paths must be valid +For a Rust program to pass the privacy checking pass, all paths must be valid accesses given the two rules above. This includes all use statements, expressions, types, etc. |
