diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-05-22 09:44:54 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-05-23 10:33:21 -0700 |
| commit | 807dffde1801e0107274daff45cbb13e5f22bc59 (patch) | |
| tree | 3c876c82dba0298f7ac70fa04df1dc187e61f12e /src/libcore/lib.rs | |
| parent | 5f3f0918ad70cd9b0bfcd2f93aea0218ec92fb87 (diff) | |
| download | rust-807dffde1801e0107274daff45cbb13e5f22bc59.tar.gz rust-807dffde1801e0107274daff45cbb13e5f22bc59.zip | |
Minor library doc copyediting
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index ffb9b676e7d..342ae17ba3c 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! The Rust Core Library +//! # The Rust Core Library //! //! The Rust Core Library is the dependency-free foundation of [The //! Rust Standard Library](../std/index.html). It is the portable glue |
