about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-23 13:21:25 -0700
committerbors <bors@rust-lang.org>2014-05-23 13:21:25 -0700
commit53db981148eb359f63ecfe4cf9815b5ed0da8f3f (patch)
tree6dff1abf8bd0fac9b97426a84775cf7af5996b52 /src/libstd
parentc329a1fcdc6a4a2931409540c8173a112fe63395 (diff)
parent807dffde1801e0107274daff45cbb13e5f22bc59 (diff)
downloadrust-53db981148eb359f63ecfe4cf9815b5ed0da8f3f.tar.gz
rust-53db981148eb359f63ecfe4cf9815b5ed0da8f3f.zip
auto merge of #14359 : brson/rust/minordoc, r=alexcrichton
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 51cf2aabf55..8a7d3f39472 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
 //!