Skip to content

Commit 5a6be36

Browse files
authored
Updated to show Edge now supports BigInt
1 parent 175aefa commit 5a6be36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const bigInt = 1234567890123456789012345678901234567890n;
7878
As `BigInt` numbers are rarely needed, we devoted them a separate chapter <info:bigint>.
7979

8080
```smart header="Compatability issues"
81-
Right now `BigInt` is supported in Firefox and Chrome, but not in Safari/IE/Edge.
81+
Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
8282
```
8383

8484
## String

0 commit comments

Comments
 (0)