From e790db7518fd5111ea806ac38140c2b960907556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20=C4=BDach?= Date: Fri, 22 May 2015 16:42:57 +0100 Subject: [PATCH] better describe the stdlib --- src/libstd/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //!