Skip to content

Commit 23958d8

Browse files
committed
Auto merge of #26553 - brson:stddocs, r=Gankro
"Rust" and "The Rust Standard Library" are capitalized.
2 parents e5a28bc + 9b30eab commit 23958d8

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)