From 1288ddf1e434a3db89417247b4fa218f6381c18a Mon Sep 17 00:00:00 2001 From: Colder Xihk Date: Fri, 13 Apr 2018 00:54:25 +0800 Subject: [PATCH] fix typo in comment --- Reflect.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reflect.ts b/Reflect.ts index 52090ee..b61bcd8 100644 --- a/Reflect.ts +++ b/Reflect.ts @@ -1342,7 +1342,7 @@ namespace Reflect { } } - // 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; @@ -1806,4 +1806,4 @@ namespace Reflect { return obj; } }); -} \ No newline at end of file +}