We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2e716 commit 886c501Copy full SHA for 886c501
src/libstd/collections/hashmap.rs
@@ -675,7 +675,7 @@ impl DefaultResizePolicy {
675
/// Hood bucket stealing.
676
///
677
/// The hashes are all keyed by the task-local random number generator
678
-/// on creation by default, this means the ordering of the keys is
+/// on creation by default. This means that the ordering of the keys is
679
/// randomized, but makes the tables more resistant to
680
/// denial-of-service attacks (Hash DoS). This behaviour can be
681
/// overridden with one of the constructors.
0 commit comments