Skip to content

Commit e83ee17

Browse files
authored
Fix grammar and challenge example (#73)
* Change 4.1 to -4.1 * Fix grammatical error * 8 was missing from output
1 parent 0a43a2e commit e83ee17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/loops/challenges.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void main() {
116116

117117
Write code that will output each character of `name` on its own line.
118118

119-
So for if `name` is equal to `"Bridget"`, I would expect the following as output.
119+
So if `name` is equal to `"Bridget"`, I would expect the following as output.
120120

121121
```text
122122
B
@@ -201,6 +201,7 @@ If the initial number is `15` you should have this as output.
201201
10
202202
5
203203
16
204+
8
204205
4
205206
2
206207
1

0 commit comments

Comments
 (0)