Skip to content

Commit

Permalink
Changed 10E7 to numeric for better readability (#6990)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-vs authored Aug 18, 2024
1 parent 0d30aa4 commit 1addb08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ recipients.forEach(function (recipient) {
});
```

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

```js
let successCount = 0;
Expand Down

0 comments on commit 1addb08

Please sign in to comment.