We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92ade9 commit 2d2c730Copy full SHA for 2d2c730
src/loops/challenges.md
@@ -116,7 +116,7 @@ void main() {
116
117
Write code that will output each character of `name` on its own line.
118
119
-So for if `name` is equal to `"Bridget"`, I would expect the following as output.
+So if `name` is equal to `"Bridget"`, I would expect the following as output.
120
121
```text
122
B
0 commit comments