Skip to content

Commit 6739c11

Browse files
lambdalisueMilly
andauthored
Update is/custom_jsonable.ts
Co-authored-by: Milly <milly.ca@gmail.com>
1 parent dcc7d6d commit 6739c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

is/custom_jsonable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type CustomJsonable = {
1111
};
1212

1313
/**
14-
* Returns true if `x` is ({@linkcode CustomJsonable}), false otherwise.
14+
* Returns true if `x` is {@linkcode CustomJsonable}, false otherwise.
1515
*
1616
* Use {@linkcode [is/jsonable].isJsonable|isJsonable} to check if the type of `x` is a JSON-serializable.
1717
*

0 commit comments

Comments
 (0)