about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-05-22 09:44:54 -0700
committerBrian Anderson <banderson@mozilla.com>2014-05-23 10:33:21 -0700
commit807dffde1801e0107274daff45cbb13e5f22bc59 (patch)
tree3c876c82dba0298f7ac70fa04df1dc187e61f12e /src/libstd
parent5f3f0918ad70cd9b0bfcd2f93aea0218ec92fb87 (diff)
downloadrust-807dffde1801e0107274daff45cbb13e5f22bc59.tar.gz
rust-807dffde1801e0107274daff45cbb13e5f22bc59.zip
Minor library doc copyediting
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index a9ec9c1ddc5..eacbb967b50 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -20,8 +20,7 @@
 //! modules deal with unsafe pointers and memory manipulation.
 //! [`kinds`](../core/kinds/index.html) defines the special built-in traits,
 //! and [`raw`](../core/raw/index.html) the runtime representation of Rust types.
-//! These are some of the lowest-level building blocks of Rust
-//! abstractions.
+//! These are some of the lowest-level building blocks in Rust.
 //!
 //! ## Math on primitive types and math traits
 //!