diff options
| author | bors <bors@rust-lang.org> | 2014-05-23 13:21:25 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-23 13:21:25 -0700 |
| commit | 53db981148eb359f63ecfe4cf9815b5ed0da8f3f (patch) | |
| tree | 6dff1abf8bd0fac9b97426a84775cf7af5996b52 /src/libstd/lib.rs | |
| parent | c329a1fcdc6a4a2931409540c8173a112fe63395 (diff) | |
| parent | 807dffde1801e0107274daff45cbb13e5f22bc59 (diff) | |
| download | rust-53db981148eb359f63ecfe4cf9815b5ed0da8f3f.tar.gz rust-53db981148eb359f63ecfe4cf9815b5ed0da8f3f.zip | |
auto merge of #14359 : brson/rust/minordoc, r=alexcrichton
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 3 |
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 //! |
