about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-01-12 16:41:25 -0500
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-01-15 13:36:53 -0500
commite168aa385b9afb6c84071a09910724bdde3dfc5f (patch)
tree550d6318fb18091ea7959bd550bdf1f646b1137f /src/liballoc
parent90fcd4476c6346fad0aa4a952da0ebec39ff9d4e (diff)
downloadrust-e168aa385b9afb6c84071a09910724bdde3dfc5f.tar.gz
rust-e168aa385b9afb6c84071a09910724bdde3dfc5f.zip
Reexport -> re-export in prose and documentation comments
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index d8ce28695ab..6ee4f802802 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -15,7 +15,7 @@
 //!
 //! This library, like libcore, is not intended for general usage, but rather as
 //! a building block of other libraries. The types and interfaces in this
-//! library are reexported through the [standard library](../std/index.html),
+//! library are re-exported through the [standard library](../std/index.html),
 //! and should not be used through this library.
 //!
 //! ## Boxed values
@@ -52,7 +52,7 @@
 //! ## Collections
 //!
 //! Implementations of the most common general purpose data structures are
-//! defined in this library. They are reexported through the
+//! defined in this library. They are re-exported through the
 //! [standard collections library](../std/collections/index.html).
 //!
 //! ## Heap interfaces