diff options
| author | Josef Brandl <mail@josefbrandl.de> | 2017-02-26 15:33:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-26 15:33:45 +0100 |
| commit | 912ce53604612cf3fa6b4d8abcde07f0023d37a3 (patch) | |
| tree | 19ecb29611d5358ded88a5dcdd5442f046fa903e /src | |
| parent | 808dbcc9eb4c33b40c3ce8a8dec03e4d91f0ec12 (diff) | |
Loop docs: Present perfect instead of simple past
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/book/src/loops.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/book/src/loops.md b/src/doc/book/src/loops.md index ec4acfa3112..b7658d57a9e 100644 --- a/src/doc/book/src/loops.md +++ b/src/doc/book/src/loops.md @@ -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: |
