auto merge of #16054 : tshepang/rust/patch-1, r=brson

This commit is contained in:
bors 2014-07-29 15:57:01 +00:00
commit b92536ff2f

View file

@ -675,7 +675,7 @@ impl DefaultResizePolicy {
/// 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.