diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-01-12 16:41:25 -0500 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-01-15 13:36:53 -0500 |
| commit | e168aa385b9afb6c84071a09910724bdde3dfc5f (patch) | |
| tree | 550d6318fb18091ea7959bd550bdf1f646b1137f /src/liballoc | |
| parent | 90fcd4476c6346fad0aa4a952da0ebec39ff9d4e (diff) | |
| download | rust-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.rs | 4 |
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 |
