mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
Merge pull request 'Clarification in description for ranges in loops.' (#142) from i141 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/142
This commit is contained in:
commit
97c8bc39bc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
// 0..10 is a range from 0 to 9
|
||||
// 1..4 is a range from 1 to 3
|
||||
//
|
||||
// At the moment, ranges are only supported in 'for' loops.
|
||||
// At the moment, ranges in loops are only supported in 'for' loops.
|
||||
//
|
||||
// Perhaps you recall Exercise 13? We were printing a numeric
|
||||
// sequence like so:
|
||||
|
|
Loading…
Reference in a new issue