From 6739c110245b54cc8ce20d54282d01b1c88bd756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9Blisue?= Date: Fri, 23 Aug 2024 16:23:45 +0900 Subject: [PATCH] Update is/custom_jsonable.ts Co-authored-by: Milly --- is/custom_jsonable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is/custom_jsonable.ts b/is/custom_jsonable.ts index 354c92b..d4fc18c 100644 --- a/is/custom_jsonable.ts +++ b/is/custom_jsonable.ts @@ -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. *