Skip to content

Commit e0f41ea

Browse files
authored
Merge pull request #2509 from T1mL3arn/patch-1
Fix little formatting typo in 1.2.13 (loops)
2 parents 7ec4f28 + fdcf507 commit e0f41ea

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
@@ -318,7 +318,7 @@ alert('Done!');
318318

319319
We need a way to stop the process if the user cancels the input.
320320

321-
The ordinary `break` after `input` would only break the inner loop. That's not sufficient--labels, come to the rescue!
321+
The ordinary `break` after `input` would only break the inner loop. That's not sufficient -- labels, come to the rescue!
322322

323323
A *label* is an identifier with a colon before a loop:
324324
```js

0 commit comments

Comments
 (0)