Skip to content

Commit 6ac4987

Browse files
authored
Merge pull request #25 from sc0Vu/fix-typo
fix: typo
2 parents 461f577 + 349a50d commit 6ac4987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ES2021.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For the sake of simplicity, we passed a to-be-rejected promise to `Promise.any()
190190
191191
ES2021 introduced the [numeric separator](https://github.com/tc39/proposal-numeric-separator) to improve the readability of numeric literals by creating a visual separation between groups of digits. As a result, we can use the underscore (`_`) character to separate groups of digits, just like we use commas to separate numbers in writing.
192192
193-
This new feature of the language helps us circunvate the difficulty the human eye faces to quickly parse large numeric literals (especially when they involve long repetition of digits), so now it could be easier for developers to get the correct value or order of magnitude of long and/or confusing numeric literals in their code.
193+
This new feature of the language helps us circumvent the difficulty the human eye faces to quickly parse large numeric literals (especially when they involve long repetition of digits), so now it could be easier for developers to get the correct value or order of magnitude of long and/or confusing numeric literals in their code.
194194
195195
Let's take a look at some examples:
196196

0 commit comments

Comments
 (0)