Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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