Skip to content

Commit f36afdb

Browse files
authored
Merge pull request #416 from marketing-specv/patch-1
Update article.md
2 parents 0b16acb + 7c22898 commit f36afdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/13-while-for/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ while (i) { // коли i буде 0, умова стане невірною, і
4848
```
4949

5050
````smart header="Curly braces are not required for a single-line body"
51-
Якщо тіло цикла має один операцію, ми можемо опустити фігурні дужки `{…}`:
51+
Якщо тіло цикла має тільки одну операцію, ми можемо опустити фігурні дужки `{…}`:
5252
5353
```js run
5454
let i = 3;

0 commit comments

Comments
 (0)