From 886c501ca3e1e50a46951fc8f0cfa5325eaacbf4 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 28 Jul 2014 23:22:47 +0200 Subject: [PATCH] doc: reduce overlong sentence --- src/libstd/collections/hashmap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/collections/hashmap.rs b/src/libstd/collections/hashmap.rs index 8b6e6d61842..a569ee4a32a 100644 --- a/src/libstd/collections/hashmap.rs +++ b/src/libstd/collections/hashmap.rs @@ -675,7 +675,7 @@ fn reserve(&mut self, new_capacity: uint) { /// Hood bucket stealing. /// /// The hashes are all keyed by the task-local random number generator -/// 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 /// randomized, but makes the tables more resistant to /// denial-of-service attacks (Hash DoS). This behaviour can be /// overridden with one of the constructors. -- 2.44.0