Skip to content

Commit 0ee3587

Browse files
authored
Merge pull request #1486 from ordinaryowl/main
Update 05-loop.md
2 parents 7edc5dc + 5937eac commit 0ee3587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/05-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ $ for loop_variable in 0 1 2 3 4 5 6 7 8 9
204204
8
205205
9
206206
```
207-
207+
Alternatively, try replacing the enumeration of integers `0 1 2 3 4 5 6 7 8 9` by `{0..9}` to obtain an identical output.
208208
:::::::::::::::::::::::::
209209

210210
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)