We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3d98d commit 4e58483Copy full SHA for 4e58483
library/std/src/collections/hash/map.rs
@@ -34,7 +34,7 @@ use crate::sys;
34
/// attacks such as HashDoS.
35
///
36
/// The hashing algorithm can be replaced on a per-`HashMap` basis using the
37
-/// [`default`], [`with_hasher`], and [`with_capacity_and_hasher`] methods.
+/// [`default`], [`with_hasher`], and [`with_capacity_and_hasher`] methods.
38
/// There are many alternative [hashing algorithms available on crates.io].
39
40
/// It is required that the keys implement the [`Eq`] and [`Hash`] traits, although
0 commit comments