Skip to content

Commit edf8d13

Browse files
committed
differences for PR #1486
1 parent f064203 commit edf8d13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/02-filedir.md" "14a1c573a9731344ede0c6ff854d953b" "site/built/02-filedir.md" "2024-07-24"
88
"episodes/03-create.md" "4e2d92515fceb744d33ff21b92e5c2a3" "site/built/03-create.md" "2025-03-10"
99
"episodes/04-pipefilter.md" "c321e854ed1e5611146c6bf253fce240" "site/built/04-pipefilter.md" "2025-03-22"
10-
"episodes/05-loop.md" "7ea3b6c5e96b1cd2ddeb0b176c1b4be1" "site/built/05-loop.md" "2024-09-26"
10+
"episodes/05-loop.md" "7903f5c1fa95c2dfcd5c4a18644bd09d" "site/built/05-loop.md" "2025-04-18"
1111
"episodes/06-script.md" "166572403e3b5f1c314ce7c52babb7b5" "site/built/06-script.md" "2023-08-05"
1212
"episodes/07-find.md" "b2c592366ea5a5c9a654ba13ec5765d1" "site/built/07-find.md" "2023-11-09"
1313
"instructors/instructor-notes.md" "5db2f86826be7c6bba6157eb15a8a881" "site/built/instructor-notes.md" "2023-06-18"

0 commit comments

Comments
 (0)