Skip to content

Commit d3ba5bb

Browse files
committed
WIP
1 parent 320f5ee commit d3ba5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

as/readonly.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
/**
1111
* Annotate the given predicate function as readonly.
1212
*
13-
* Use this function to annotate a predicate function of `predObj` in {@linkcode https://jsr.io/@core/unknownutil/doc/is/object-of/~/isObjectOf|isObjectOf}.
13+
* Use this function to annotate a predicate function of `predObj` in {@linkcode [is/object-of].isObjectOf}.
1414
*
1515
* Use {@linkcode asUnreadonly} to remove the annotation.
1616
* Use {@linkcode hasReadonly} to check if a predicate function has annotated with this function.
@@ -45,7 +45,7 @@ export function asReadonly<P extends Predicate<unknown>>(
4545
/**
4646
* Unannotate the annotated predicate function with {@linkcode asReadonly}.
4747
*
48-
* Use this function to unannotate a predicate function of `predObj` in {@linkcode [jsr:@core/unknownutil/is/object-of].isObjectOf}.
48+
* Use this function to unannotate a predicate function of `predObj` in {@linkcode [../is/object-of].isObjectOf}.
4949
*
5050
* To enhance performance, users are advised to cache the return value of this function and mitigate the creation cost.
5151
*

0 commit comments

Comments
 (0)