We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dd4e2 commit 9b30eabCopy full SHA for 9b30eab
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