diff options
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 1ad627cedd6..17bd27337ac 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. //! |
