Skip to content

Commit 226a20d

Browse files
sam-githubbnoordhuis
authored andcommitted
doc: call console module 'console' not 'stdio'
The console module has always been called 'stdio' in the table-of-contents, but nowhere else, since its name is 'console'. This makes it difficult to find.
1 parent c0281f1 commit 226a20d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/api/_toc.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [C/C++ Addons](addons.html)
66
* [Child Processes](child_process.html)
77
* [Cluster](cluster.html)
8+
* [Console](console.html)
89
* [Crypto](crypto.html)
910
* [Debugger](debugger.html)
1011
* [DNS](dns.html)
@@ -23,7 +24,6 @@
2324
* [Query Strings](querystring.html)
2425
* [Readline](readline.html)
2526
* [REPL](repl.html)
26-
* [STDIO](stdio.html)
2727
* [Stream](stream.html)
2828
* [String Decoder](string_decoder.html)
2929
* [Timers](timers.html)

doc/api/all.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@include documentation
22
@include synopsis
33
@include globals
4-
@include stdio
4+
@include console
55
@include timers
66
@include modules
77
@include addons
File renamed without changes.

doc/api/globals.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The process object. See the [process object][] section.
3030

3131
* {Object}
3232

33-
Used to print to stdout and stderr. See the [stdio][] section.
33+
Used to print to stdout and stderr. See the [console][] section.
3434

3535
## Class: Buffer
3636

@@ -185,5 +185,5 @@ The timer functions are global variables. See the [timers][] section.
185185
[module system documentation]: modules.html
186186
[Modules]: modules.html#modules_modules
187187
[process object]: process.html#process_process
188-
[stdio]: stdio.html
188+
[console]: console.html
189189
[timers]: timers.html

0 commit comments

Comments
 (0)