We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1faa839 + ba63585 commit 6875394Copy full SHA for 6875394
src/lib.rs
@@ -14,7 +14,7 @@ pub struct Heap {
14
}
15
16
impl Heap {
17
- /// Crate a new UNINITIALIZED heap allocator
+ /// Create a new UNINITIALIZED heap allocator
18
///
19
/// You must initialize this heap using the
20
/// [`init`](Self::init) method before using the allocator.
0 commit comments