diff --git a/src/indexmap.rs b/src/indexmap.rs index 7421800b..6014df67 100644 --- a/src/indexmap.rs +++ b/src/indexmap.rs @@ -12,7 +12,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher}; use crate::Vec; -/// 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.