summaryrefslogtreecommitdiff
path: root/doc/api/stdio.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/stdio.markdown')
-rw-r--r--doc/api/stdio.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/stdio.markdown b/doc/api/stdio.markdown
index 836be833e0..e14e8b920b 100644
--- a/doc/api/stdio.markdown
+++ b/doc/api/stdio.markdown
@@ -1,6 +1,8 @@
## console
-Browser-like object for printing to stdout and stderr.
+For printing to stdout and stderr. Similar to the console object functions
+provided by most web browsers, here the output is sent to stdout or stderr.
+
### console.log()