summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-03-03 03:03:14 +0900
committerGitHub <noreply@github.com>2017-03-03 03:03:14 +0900
commit21c50d42eb09313ea6f7cb932932be65c7d670e8 (patch)
tree249a00ec9b43813fe0ffee8f8b16848380ef88bc /src
parentwip (diff)
downloadsharkey-21c50d42eb09313ea6f7cb932932be65c7d670e8.tar.gz
sharkey-21c50d42eb09313ea6f7cb932932be65c7d670e8.tar.bz2
sharkey-21c50d42eb09313ea6f7cb932932be65c7d670e8.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/api/it.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/it.ts b/src/api/it.ts
index ec42547488..76a3c5e91e 100644
--- a/src/api/it.ts
+++ b/src/api/it.ts
@@ -10,7 +10,7 @@ type Validator<T> = (value: T) => boolean | Error;
interface Factory {
/**
- * qedはQ.E.D.でもあり'QueryENd'の略でもある
+ * qedはQ.E.D.でもあり'QueryEnD'の略でもある
*/
qed: () => [any, Error];