We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb4625 + 1288ddf commit 9a48a2dCopy full SHA for 9a48a2d
1 file changed
Reflect.ts
@@ -1241,7 +1241,7 @@ namespace Reflect {
1241
return provider.OrdinaryOwnMetadataKeys(O, P);
1242
}
1243
1244
- // 6 ECMAScript Data Typ0es and Values
+ // 6 ECMAScript Data Types and Values
1245
// https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values
1246
function Type(x: any): Tag {
1247
if (x === null) return Tag.Null;
0 commit comments