Skip to content

Commit 6fea3d2

Browse files
committed
📝 fix linkcode
1 parent 7c6de79 commit 6fea3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/expr_string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const isInstanceOfString = isInstanceOf(String);
124124
* console.log(isExprString("foo")); // outputs: false
125125
* ```
126126
*
127-
* @deprecated Use {@linkcode [eval].rawString|rawString} and {@linkcode [eval].isRawString:isRawString}
127+
* @deprecated Use {@linkcode [eval].rawString|rawString} and {@linkcode [eval].isRawString|isRawString}
128128
*/
129129
export function isExprString(x: unknown): x is ExprString {
130130
return isObjectOf({

0 commit comments

Comments
 (0)