Skip to content

Commit

Permalink
Fix capitalization in std docs
Browse files Browse the repository at this point in the history
"Rust" and "The Rust Standard Library" are capitalized.
  • Loading branch information
brson committed Jun 24, 2015
1 parent 21dd4e2 commit 9b30eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Expand Up @@ -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`,
Expand Down

0 comments on commit 9b30eab

Please sign in to comment.