Skip to content

Commit 886c501

Browse files
committed
doc: reduce overlong sentence
1 parent 8d2e716 commit 886c501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/collections/hashmap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ impl DefaultResizePolicy {
675675
/// Hood bucket stealing.
676676
///
677677
/// 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
678+
/// on creation by default. This means that the ordering of the keys is
679679
/// randomized, but makes the tables more resistant to
680680
/// denial-of-service attacks (Hash DoS). This behaviour can be
681681
/// overridden with one of the constructors.

0 commit comments

Comments
 (0)