about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-06-25 01:54:05 +0000
committerbors <bors@rust-lang.org>2015-06-25 01:54:05 +0000
commit23958d803e18de20564c198e1d1ec8d030d617ce (patch)
tree18f974c25a38c541c9fc4046874b9cda7702710b /src
parente5a28bca773e5f227de0f011418f594389d7f4d0 (diff)
parent9b30eabc22dd3a4b878109b1da08b5ab4e228a40 (diff)
downloadrust-23958d803e18de20564c198e1d1ec8d030d617ce.tar.gz
rust-23958d803e18de20564c198e1d1ec8d030d617ce.zip
Auto merge of #26553 - brson:stddocs, r=Gankro
"Rust" and "The Rust Standard Library" are capitalized.
Diffstat (limited to 'src')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index e27e4ba5af2..21172918177 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -13,7 +13,7 @@
 //! The Rust Standard Library provides the essential runtime
 //! functionality for building portable Rust software.
 //!
-//! The rust standard library is available to all rust crates by
+//! The Rust Standard Library is available to all Rust crates by
 //! default, just as if contained an `extern crate std` import at the
 //! crate root. Therefore the standard library can be accessed in
 //! `use` statements through the path `std`, as in `use std::thread`,