We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc7d6d commit 6739c11Copy full SHA for 6739c11
is/custom_jsonable.ts
@@ -11,7 +11,7 @@ export type CustomJsonable = {
11
};
12
13
/**
14
- * Returns true if `x` is ({@linkcode CustomJsonable}), false otherwise.
+ * Returns true if `x` is {@linkcode CustomJsonable}, false otherwise.
15
*
16
* Use {@linkcode [is/jsonable].isJsonable|isJsonable} to check if the type of `x` is a JSON-serializable.
17
0 commit comments