Skip to content

Commit

Permalink
doc: improve child_process doc types
Browse files Browse the repository at this point in the history
PR-URL: #8741
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
yorkie authored and Fishrock123 committed Oct 11, 2016
1 parent 882f8b3 commit 3aec6a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ this occurs.
added: v0.1.90
-->

* {Stream}
* {Stream.Readable}

A `Readable Stream` that represents the child process's `stderr`.

Expand All @@ -1061,7 +1061,7 @@ the same value.
added: v0.1.90
-->

* {Stream}
* {Stream.Writable}

A `Writable Stream` that represents the child process's `stdin`.

Expand Down Expand Up @@ -1119,7 +1119,7 @@ assert.equal(child.stdio[2], child.stderr);
added: v0.1.90
-->

* {Stream}
* {Stream.Readable}

A `Readable Stream` that represents the child process's `stdout`.

Expand Down

0 comments on commit 3aec6a6

Please sign in to comment.