diff options
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 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 //! |
