Skip to content

Commit 786ccda

Browse files
authored
Merge pull request #25 from abs0luty/patch-1
Someone messed up when copy-pasting documentation
2 parents 5ff7e6a + 276f2cc commit 786ccda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use std::collections::{HashMap, HashSet};
4242
#[cfg(feature = "std")]
4343
pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
4444

45-
/// Type alias for a hashmap using the `fx` hash algorithm.
45+
/// Type alias for a hashset using the `fx` hash algorithm.
4646
#[cfg(feature = "std")]
4747
pub type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
4848

0 commit comments

Comments
 (0)