This commit is contained in:
Brent Guffens 2018-01-30 08:47:35 +01:00 committed by GitHub
parent aeabf4bf9b
commit 38124971b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,7 +319,7 @@ We do a part of the job `(*)`:
1. First run: `i=1...1000000`. 1. First run: `i=1...1000000`.
2. Second run: `i=1000001..2000000`. 2. Second run: `i=1000001..2000000`.
3. ...and so on, the `while` checks if `i` is evenly divided by `100000`. 3. ...and so on, the `while` checks if `i` is evenly divided by `1000000`.
Then the next call is scheduled in `(*)` if we're not done yet. Then the next call is scheduled in `(*)` if we're not done yet.