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:
commit
cb1f6492dd
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ developers.
|
||||||
|
|
||||||
### Enumerate
|
### 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:
|
#### On ranges:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue