Typo at Uint8Array[Symbol.toStringTag] (#37989)

* Update es2015.symbol.wellknown.d.ts

* Update baselines

Co-authored-by: sirian <sirianru@gmail.com>
This commit is contained in:
Nathan Shively-Sanders
2020-04-15 11:40:33 -07:00
committed by GitHub
parent 583e70b3d1
commit 6fbaeeb42f
2 changed files with 31 additions and 31 deletions

View File

@@ -254,7 +254,7 @@ interface Int8Array {
}
interface Uint8Array {
readonly [Symbol.toStringTag]: "UInt8Array";
readonly [Symbol.toStringTag]: "Uint8Array";
}
interface Uint8ClampedArray {