mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:13:09 +02:00
typo
This commit is contained in:
parent
d5e5419dfc
commit
21c50d42eb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ type Validator<T> = (value: T) => boolean | Error;
|
||||||
|
|
||||||
interface Factory {
|
interface Factory {
|
||||||
/**
|
/**
|
||||||
* qedはQ.E.D.でもあり'QueryENd'の略でもある
|
* qedはQ.E.D.でもあり'QueryEnD'の略でもある
|
||||||
*/
|
*/
|
||||||
qed: () => [any, Error];
|
qed: () => [any, Error];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue