Skip to content

Commit

Permalink
Merge pull request #91 from cncolder/patch-1
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
rbuckton committed Dec 13, 2023
2 parents 9fb4625 + 1288ddf commit 9a48a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reflect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ namespace Reflect {
return provider.OrdinaryOwnMetadataKeys(O, P);
}

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

0 comments on commit 9a48a2d

Please sign in to comment.