Minor library doc copyediting

This commit is contained in:
Brian Anderson
2014-05-22 09:44:54 -07:00
parent 5f3f0918ad
commit 807dffde18
4 changed files with 9 additions and 16 deletions

View File

@@ -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
//!