diff --git a/src/indexmap.rs b/src/indexmap.rs index 20b1b5e47e..1a3d2e1405 100644 --- a/src/indexmap.rs +++ b/src/indexmap.rs @@ -4,9 +4,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher}; use crate::Vec; -/// An `IndexMap` using the default FNV hasher - -/// A [`heaples::IndexMap`](./struct.IndexMap.html) using the default FNV hasher +/// A [`heapless::IndexMap`](./struct.IndexMap.html) using the default FNV hasher /// /// A list of all Methods and Traits available for `FnvIndexMap` can be found in /// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.