Skip to content

Commit 9b30eab

Browse files
committed
Fix capitalization in std docs
"Rust" and "The Rust Standard Library" are capitalized.
1 parent 21dd4e2 commit 9b30eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! The Rust Standard Library provides the essential runtime
1414
//! functionality for building portable Rust software.
1515
//!
16-
//! The rust standard library is available to all rust crates by
16+
//! The Rust Standard Library is available to all Rust crates by
1717
//! default, just as if contained an `extern crate std` import at the
1818
//! crate root. Therefore the standard library can be accessed in
1919
//! `use` statements through the path `std`, as in `use std::thread`,

0 commit comments

Comments
 (0)