Merge pull request #2026 from ghost/patch-1

BigInt header grammar fix
This commit is contained in:
Ilya Kantor 2020-08-27 16:45:17 +03:00 committed by GitHub
commit 689b1c43fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ const bigInt = 1234567890123456789012345678901234567890n;
As `BigInt` numbers are rarely needed, we don't cover them here, but devoted them a separate chapter <info:bigint>. Read it when you need such big numbers.
```smart header="Compatability issues"
```smart header="Compatibility issues"
Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
```