Skip to content

Commit 2d2c730

Browse files
committed
Fix grammatical error
1 parent f92ade9 commit 2d2c730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loops/challenges.md

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)