From e7d16fc9c93a002de5a9dadd2b410fc0a1acd546 Mon Sep 17 00:00:00 2001 From: Alisue Date: Wed, 21 Aug 2024 23:41:27 +0900 Subject: [PATCH] WIP --- as/optional.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/as/optional.ts b/as/optional.ts index acadffd..0d785ee 100644 --- a/as/optional.ts +++ b/as/optional.ts @@ -10,7 +10,7 @@ import { /** * Annotate the given predicate function as optional. * - * Use this function to annotate a predicate function of `predObj` in {@linkcode isObjectOf}. + * Use this function to annotate a predicate function of `predObj` in {@linkcode https://jsr.io/@core/unknownutil/doc/is/object-of/~/isObjectOf|isObjectOf}. * * Note that the annotated predicate function will return `true` if the type of `x` is `T` or `undefined`, indicating that * this function is not just for annotation but it also changes the behavior of the predicate function.