Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c79bbd

Browse filesBrowse files
committed
doc: fix typo in child_process documentation
TSCP should be TCP PR-URL: #5474 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 8d8fef0 commit 3c79bbd
Copy full SHA for 3c79bbd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/child_process.markdown‎

Copy file name to clipboardExpand all lines: doc/api/child_process.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ used to implement flow control.
826826
#### Example: sending a server object
827827

828828
The `sendHandle` argument can be used, for instance, to pass the handle of
829-
a TSCP server object to the child process as illustrated in the example below:
829+
a TCP server object to the child process as illustrated in the example below:
830830

831831
```js
832832
const child = require('child_process').fork('child.js');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.