Skip to content

Commit 1addb08

Browse files
authored
Changed 10E7 to numeric for better readability (#6990)
1 parent 0d30aa4 commit 1addb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/asynchronous-work/asynchronous-flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ recipients.forEach(function (recipient) {
227227
});
228228
```
229229

230-
3. **Limited parallel:** parallel with limit, such as successfully emailing 1,000,000 recipients from a list of 10E7 users.
230+
3. **Limited parallel:** parallel with limit, such as successfully emailing 1,000,000 recipients from a list of 10 million users.
231231

232232
```js
233233
let successCount = 0;

0 commit comments

Comments
 (0)