summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
authorLambdac0re <Lambdac0re@users.noreply.github.com>2018-05-08 14:50:03 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-05-08 18:12:55 +0300
commitcf44abbbfeae02505f2afe629f6cee325ef73e86 (patch)
tree74363d4907946b5226ce91344d4511db137aaf0d /doc/api/console.md
parent870ae722279678a6d4f49b664bd4fba2051fbf4a (diff)
downloadandroid-node-v8-cf44abbbfeae02505f2afe629f6cee325ef73e86.tar.gz
android-node-v8-cf44abbbfeae02505f2afe629f6cee325ef73e86.tar.bz2
android-node-v8-cf44abbbfeae02505f2afe629f6cee325ef73e86.zip
doc: match console.count()/countReset() signatures
PR-URL: https://github.com/nodejs/node/pull/20599 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index bc8c8f01d6..5ef55e63da 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -164,7 +164,7 @@ operates similarly to the `clear` shell command. On Windows, `console.clear()`
will clear only the output in the current terminal viewport for the Node.js
binary.
-### console.count([label])
+### console.count([label='default'])
<!-- YAML
added: v8.3.0
-->