Skip to content

Commit 6875394

Browse files
authored
Merge pull request #87 from sno2/patch-1
chore(typo): "Crate" -> "Create"
2 parents 1faa839 + ba63585 commit 6875394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct Heap {
1414
}
1515

1616
impl Heap {
17-
/// Crate a new UNINITIALIZED heap allocator
17+
/// Create a new UNINITIALIZED heap allocator
1818
///
1919
/// You must initialize this heap using the
2020
/// [`init`](Self::init) method before using the allocator.

0 commit comments

Comments
 (0)