about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorOliver Schneider <github6541940@oli-obk.de>2015-05-23 19:03:19 +0200
committerOliver Schneider <github6541940@oli-obk.de>2015-05-23 19:03:19 +0200
commitd5985d3036a62ceb6451cdfdfe2a0fdc6e46765d (patch)
treee07a653603a0382aeeabeeffdb3370e56d569bb0 /src/libstd/lib.rs
parent9aa88c99f73b872d7737e0027216b742e6dc705b (diff)
parente790db7518fd5111ea806ac38140c2b960907556 (diff)
downloadrust-d5985d3036a62ceb6451cdfdfe2a0fdc6e46765d.tar.gz
rust-d5985d3036a62ceb6451cdfdfe2a0fdc6e46765d.zip
Rollup merge of #25709 - MatejLach:stdlib_style, r=steveklabnik
Sounds better to me this way.
r @steveklabnik ?
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 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.
 //!