Skip to content

Commit e7d16fc

Browse files
committed
WIP
1 parent 243dfc5 commit e7d16fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

as/optional.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
/**
1111
* Annotate the given predicate function as optional.
1212
*
13-
* Use this function to annotate a predicate function of `predObj` in {@linkcode isObjectOf}.
13+
* Use this function to annotate a predicate function of `predObj` in {@linkcode https://jsr.io/@core/unknownutil/doc/is/object-of/~/isObjectOf|isObjectOf}.
1414
*
1515
* Note that the annotated predicate function will return `true` if the type of `x` is `T` or `undefined`, indicating that
1616
* this function is not just for annotation but it also changes the behavior of the predicate function.

0 commit comments

Comments
 (0)