Skip to content

Commit c3cc0fd

Browse files
danbevMylesBorins
authored andcommitted
doc: minor correction to note on process section
PR-URL: #16311 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Nicu Micleușanu <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 9e74e54 commit c3cc0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ important ways:
15931593
respectively.
15941594
2. They cannot be closed ([`end()`][] will throw).
15951595
3. They will never emit the [`'finish'`][] event.
1596-
4. Writes may be synchronous depending on the what the stream is connected to
1596+
4. Writes may be synchronous depending on what the stream is connected to
15971597
and whether the system is Windows or POSIX:
15981598
- Files: *synchronous* on Windows and POSIX
15991599
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX

0 commit comments

Comments
 (0)