Skip to content

Commit 4e58483

Browse files
tkaitchuckm-ou-se
andauthored
Update library/std/src/collections/hash/map.rs
Co-authored-by: Mara Bos <[email protected]>
1 parent 5b3d98d commit 4e58483

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/collections/hash

1 file changed

+1
-1
lines changed

library/std/src/collections/hash/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use crate::sys;
3434
/// attacks such as HashDoS.
3535
///
3636
/// The hashing algorithm can be replaced on a per-`HashMap` basis using the
37-
/// [`default`], [`with_hasher`], and [`with_capacity_and_hasher`] methods.
37+
/// [`default`], [`with_hasher`], and [`with_capacity_and_hasher`] methods.
3838
/// There are many alternative [hashing algorithms available on crates.io].
3939
///
4040
/// It is required that the keys implement the [`Eq`] and [`Hash`] traits, although

0 commit comments

Comments
 (0)