Skip to content

Commit

Permalink
Update is/custom_jsonable.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Milly <[email protected]>
  • Loading branch information
lambdalisue and Milly authored Aug 23, 2024
1 parent dcc7d6d commit 6739c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion is/custom_jsonable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type CustomJsonable = {
};

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

0 comments on commit 6739c11

Please sign in to comment.