Skip to content

Commit 3812497

Browse files
authored
Typo
1 parent aeabf4b commit 3812497

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/08-settimeout-setinterval

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/08-settimeout-setinterval/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ We do a part of the job `(*)`:
319319

320320
1. First run: `i=1...1000000`.
321321
2. Second run: `i=1000001..2000000`.
322-
3. ...and so on, the `while` checks if `i` is evenly divided by `100000`.
322+
3. ...and so on, the `while` checks if `i` is evenly divided by `1000000`.
323323

324324
Then the next call is scheduled in `(*)` if we're not done yet.
325325

0 commit comments

Comments
 (0)