summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorMatej Ľach <matej.lach@gmail.com>2015-05-22 16:42:57 +0100
committerMatej Ľach <matej.lach@gmail.com>2015-05-22 16:42:57 +0100
commite790db7518fd5111ea806ac38140c2b960907556 (patch)
tree79f6bae69642b985ac4a5ec9409054d9c677a89c /src/libstd/lib.rs
parentc3d60aba6c86883c79055c1a3923d4db116b644e (diff)
downloadrust-e790db7518fd5111ea806ac38140c2b960907556.tar.gz
rust-e790db7518fd5111ea806ac38140c2b960907556.zip
better describe the stdlib
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
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.
 //!