diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 1c6a02f1dcf..dd16ad36b38 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -26,7 +26,7 @@ //! //! ## What is in the standard library //! -//! The standard library is minimal, a set of battle-tested +//! The standard library is a set of minimal, battle-tested //! core types and shared abstractions for the [broader Rust //! ecosystem](https://crates.io) to build on. //!