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 b387766 + de20c36 commit 11c9bd3Copy full SHA for 11c9bd3
src/indexmap.rs
@@ -12,7 +12,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher};
12
13
use crate::Vec;
14
15
-/// A [`heaples::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
+/// A [`heapless::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
16
///
17
/// A list of all Methods and Traits available for `FnvIndexMap` can be found in
18
/// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.
0 commit comments