mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
Auto merge of #40115 - MajorBreakfast:patch-2, r=steveklabnik
Loop docs: Present perfect instead of simple past Sounds better with present perfect because there's a link to the present. I'm not a native speaker, though. So, plz check whether it really is better ;) r? @steveklabnik
This commit is contained in:
@@ -100,7 +100,8 @@ developers.
|
||||
|
||||
### Enumerate
|
||||
|
||||
When you need to keep track of how many times you already looped, you can use the `.enumerate()` function.
|
||||
When you need to keep track of how many times you have already looped, you can
|
||||
use the `.enumerate()` function.
|
||||
|
||||
#### On ranges:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user