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. *