We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5a28bc + 9b30eab commit 23958d8Copy full SHA for 23958d8
src/libstd/lib.rs
@@ -13,7 +13,7 @@
13
//! The Rust Standard Library provides the essential runtime
14
//! functionality for building portable Rust software.
15
//!
16
-//! The rust standard library is available to all rust crates by
+//! The Rust Standard Library is available to all Rust crates by
17
//! default, just as if contained an `extern crate std` import at the
18
//! crate root. Therefore the standard library can be accessed in
19
//! `use` statements through the path `std`, as in `use std::thread`,
0 commit comments