aboutsummaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 1bd595f4b9..55adfc1e83 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -203,7 +203,7 @@ undefined
<!-- YAML
added: v8.0.0
changes:
- - version: 9.3.0
+ - version: v9.3.0
pr-url: https://github.com/nodejs/node/pull/17033
description: "`console.debug` is now an alias for `console.log`."
-->
@@ -242,7 +242,7 @@ Defaults to `false`. Colors are customizable; see
<!-- YAML
added: v8.0.0
changes:
- - version: 9.3.0
+ - version: v9.3.0
pr-url: https://github.com/nodejs/node/pull/17152
description: "`console.dirxml` now calls `console.log` for its arguments."
-->