1
Fork 0

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:
bors 2017-02-27 02:20:29 +00:00
commit cb1f6492dd

View file

@ -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: