Skip to content

Commit

Permalink
doc: further improve child_process doc types
Browse files Browse the repository at this point in the history
PR-URL: #9095
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
Ingramz authored and jasnell committed Oct 17, 2016
1 parent f56bdec commit 3b63b64
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.Readable}
* {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.Writable}
* {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.Readable}
* {stream.Readable}

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

Expand Down

0 comments on commit 3b63b64

Please sign in to comment.