]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #18230 : cakebaker/rust/adapt_range_value_to_variable_name, r=steveklabnik
authorbors <bors@rust-lang.org>
Wed, 22 Oct 2014 14:32:11 +0000 (14:32 +0000)
committerbors <bors@rust-lang.org>
Wed, 22 Oct 2014 14:32:11 +0000 (14:32 +0000)
 The variable name <code>one_to_one_hundred</code> implies that it will contain a collection with the values from 1 to 100, but the collection contains the values from 0 to 99. This patch changes the ranges to produce a collection with the values from 1 to 100.


Trivial merge