Skip to content

Commit

Permalink
doc: improve child_process doc types
Browse files Browse the repository at this point in the history
PR-URL: nodejs#8741
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
yorkie committed Sep 26, 2016
1 parent d5bc52a commit 13c34a1
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 13c34a1

Please sign in to comment.