This commit is contained in:
syuilo⭐️ 2017-03-03 03:03:14 +09:00 committed by GitHub
parent d5e5419dfc
commit 21c50d42eb
1 changed files with 1 additions and 1 deletions

View File

@ -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];