Skip to content

Commit 080449d

Browse files
author
Clark Gaebel
committed
Fixed misleading docs in liballoc
1 parent ba39b50 commit 080449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//!
1313
//! This is the lowest level library through which allocation in Rust can be
1414
//! performed where the allocation is assumed to succeed. This library will
15-
//! trigger a task failure when allocation fails.
15+
//! abort the process when allocation fails.
1616
//!
1717
//! This library, like libcore, is not intended for general usage, but rather as
1818
//! a building block of other libraries. The types and interfaces in this

0 commit comments

Comments
 (0)