Merge pull request #197 from syrusakbary/patch-1

Fix typo
This commit is contained in:
Emil Fresk 2021-03-28 08:57:03 +02:00 committed by GitHub
commit 11c9bd3de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.