Skip to content

Commit fd006e5

Browse files
IngramzMyles Borins
authored and
Myles Borins
committed
doc: further improve child_process doc types
PR-URL: #9095 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent e5777b3 commit fd006e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/child_process.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ this occurs.
10461046
added: v0.1.90
10471047
-->
10481048

1049-
* {Stream.Readable}
1049+
* {stream.Readable}
10501050

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

@@ -1061,7 +1061,7 @@ the same value.
10611061
added: v0.1.90
10621062
-->
10631063

1064-
* {Stream.Writable}
1064+
* {stream.Writable}
10651065

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

@@ -1119,7 +1119,7 @@ assert.equal(child.stdio[2], child.stderr);
11191119
added: v0.1.90
11201120
-->
11211121

1122-
* {Stream.Readable}
1122+
* {stream.Readable}
11231123

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

0 commit comments

Comments
 (0)