From de20c36cf2e3f70d0250ad6a395d8b23d6a3c6e3 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Fri, 26 Mar 2021 11:19:17 +0100 Subject: [PATCH] Fix typo --- src/indexmap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.