Skip to content

Commit 99b2a09

Browse files
authored
Merge pull request #2437 from lumosmind/patch-68
typo
2 parents 9c082c8 + e95ca4b commit 99b2a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Imagine we need to write 1 billion. The obvious way is:
1616
let billion = 1000000000;
1717
```
1818

19-
We also can use underscope `_` as the separator:
19+
We also can use underscore `_` as the separator:
2020

2121
```js
2222
let billion = 1_000_000_000;

0 commit comments

Comments
 (0)