Skip to content

Commit 9a48a2d

Browse files
authored
Merge pull request #91 from cncolder/patch-1
fix typo in comment
2 parents 9fb4625 + 1288ddf commit 9a48a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Reflect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ namespace Reflect {
12411241
return provider.OrdinaryOwnMetadataKeys(O, P);
12421242
}
12431243

1244-
// 6 ECMAScript Data Typ0es and Values
1244+
// 6 ECMAScript Data Types and Values
12451245
// https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values
12461246
function Type(x: any): Tag {
12471247
if (x === null) return Tag.Null;

0 commit comments

Comments
 (0)