Skip to content

Commit 4eca18c

Browse files
danbevMylesBorins
authored andcommitted
doc: minor correction to note on process section
PR-URL: #16311 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Nicu Micleușanu <micnic90@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent a20ea14 commit 4eca18c

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)