Skip to content

Commit de20c36

Browse files
authored
Fix typo
1 parent b387766 commit de20c36

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)