Skip to content

Commit

Permalink
doc: change implementation version number for console.debug
Browse files Browse the repository at this point in the history
Following comment in PR nodejs#17033, and since this block of doc was first written
in this PR, changing the implementation version number for console.debug().
Making it v9.2.x for now, waiting for next release.

Fixes: nodejs#17033 (comment)
  • Loading branch information
Tiriel committed Nov 19, 2017
1 parent d9ec8a3 commit fd88a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ undefined

### console.debug(data[, ...args])
<!-- YAML
added: v8.0.0
added: v9.2.x
-->
* `data` {any}
* `...args` {any}
Expand Down

0 comments on commit fd88a45

Please sign in to comment.