Skip to content

Commit

Permalink
Fixed misleading docs in liballoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Gaebel committed Aug 28, 2014
1 parent ba39b50 commit 080449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/lib.rs
Expand Up @@ -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
Expand Down

0 comments on commit 080449d

Please sign in to comment.