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.
2 parents 1444990 + 11c9bd3 commit 73d209aCopy full SHA for 73d209a
src/indexmap.rs
@@ -4,9 +4,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher};
4
5
use crate::Vec;
6
7
-/// An `IndexMap` using the default FNV hasher
8
-
9
-/// A [`heaples::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
+/// A [`heapless::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
10
///
11
/// A list of all Methods and Traits available for `FnvIndexMap` can be found in
12
/// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.
0 commit comments