diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-08-30 23:47:03 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-08-30 23:47:03 -0700 |
| commit | 8acceddb169d42663cc0da5b9b9d479977068fd1 (patch) | |
| tree | d4d6db9b5267b9195d0ae21c3639417e642f02b6 /src | |
| parent | fe848fcd3bc8224c4180d5f61cfd1cb306e9f785 (diff) | |
| parent | 080449de0c3f5ad56189439e50ece02115c1778a (diff) | |
| download | rust-8acceddb169d42663cc0da5b9b9d479977068fd1.tar.gz rust-8acceddb169d42663cc0da5b9b9d479977068fd1.zip | |
rollup merge of #16830 : cgaebel/docfix
Diffstat (limited to 'src')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index cacb9e28989..503c484e469 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -12,7 +12,7 @@ //! //! This is the lowest level library through which allocation in Rust can be //! performed where the allocation is assumed to succeed. This library will -//! trigger a task failure when allocation fails. +//! abort the process when allocation fails. //! //! 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 |
