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.
1 parent 1faa839 commit ba63585Copy full SHA for ba63585
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