diff options
Diffstat (limited to 'js/console.ts')
-rw-r--r-- | js/console.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/console.ts b/js/console.ts index ec7238cb9..10be30ace 100644 --- a/js/console.ts +++ b/js/console.ts @@ -733,8 +733,8 @@ export class Console { } /** - * inspect() converts input into string that has the same format - * as printed by console.log(...); + * `inspect()` converts input into string that has the same format + * as printed by `console.log(...)`; */ export function inspect(value: unknown, options?: ConsoleOptions): string { const opts = options || {}; |