diff options
Diffstat (limited to 'docs/integers.md')
| -rw-r--r-- | docs/integers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integers.md b/docs/integers.md index bdef827d..84a2d1a2 100644 --- a/docs/integers.md +++ b/docs/integers.md @@ -362,7 +362,7 @@ An iterator function that counts onward from the starting integer. **Example:** ```tomo nums : &[Int] = &[] -for i in (5).onward(): +for i in (5).onward() nums.insert(i) stop if i == 10 >> nums[] |
