From 21c50d42eb09313ea6f7cb932932be65c7d670e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Fri, 3 Mar 2017 03:03:14 +0900 Subject: [PATCH] typo --- src/api/it.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/it.ts b/src/api/it.ts index ec4254748..76a3c5e91 100644 --- a/src/api/it.ts +++ b/src/api/it.ts @@ -10,7 +10,7 @@ type Validator = (value: T) => boolean | Error; interface Factory { /** - * qedはQ.E.D.でもあり'QueryENd'の略でもある + * qedはQ.E.D.でもあり'QueryEnD'の略でもある */ qed: () => [any, Error];