Skip to content

Commit 11c9bd3

Browse files
authored
Merge pull request #197 from syrusakbary/patch-1
Fix typo
2 parents b387766 + de20c36 commit 11c9bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexmap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher};
1212

1313
use crate::Vec;
1414

15-
/// A [`heaples::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
15+
/// A [`heapless::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
1616
///
1717
/// A list of all Methods and Traits available for `FnvIndexMap` can be found in
1818
/// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.

0 commit comments

Comments
 (0)