mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 03:52:52 +09:00
typo
This commit is contained in:
parent
f8bc703b5b
commit
23bbf4a67f
@ -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 New Issue
Block a user