Skip to content

Commit 73d209a

Browse files
authored
Merge branch 'master' into const_generics
2 parents 1444990 + 11c9bd3 commit 73d209a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/indexmap.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher};
44

55
use crate::Vec;
66

7-
/// An `IndexMap` using the default FNV hasher
8-
9-
/// A [`heaples::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
7+
/// A [`heapless::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
108
///
119
/// A list of all Methods and Traits available for `FnvIndexMap` can be found in
1210
/// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.

0 commit comments

Comments
 (0)