]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #86111 - spookyvision:master, r=JohnTitor
authorYuki Okushi <jtitor@2k36.org>
Thu, 10 Jun 2021 02:02:14 +0000 (11:02 +0900)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 02:02:14 +0000 (11:02 +0900)
commit6a292ebdcf7d0c32fd48c0306e66ae855be5e5c9
tree7db245251c9e971b4efd2e5eb87b88f9f5753009
parentceed6191946025b45b7760cecdf69104856b1fb5
parentacc65ccc780af7177d7a2c16695e12ce0d88dfc2
Rollup merge of #86111 - spookyvision:master, r=JohnTitor

fix off by one in `std::iter::Iterator` documentation

the range `(0..10)` is documented as "The even numbers from zero to ten." - should be ".. to nine".