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 545bf43

Browse filesBrowse files
samuel871211marco-ippolito
authored andcommitted
doc: fix typo of file http.md, outgoingMessage.setTimeout section
PR-URL: #58188 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
1 parent 4a39869 commit 545bf43
Copy full SHA for 545bf43

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/http.md‎

Copy file name to clipboardExpand all lines: doc/api/http.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3322,13 +3322,13 @@ const server = http.createServer((req, res) => {
33223322
});
33233323
```
33243324
3325-
### `outgoingMessage.setTimeout(msesc[, callback])`
3325+
### `outgoingMessage.setTimeout(msecs[, callback])`
33263326
33273327
<!-- YAML
33283328
added: v0.9.12
33293329
-->
33303330
3331-
* `msesc` {number}
3331+
* `msecs` {number}
33323332
* `callback` {Function} Optional function to be called when a timeout
33333333
occurs. Same as binding to the `timeout` event.
33343334
* Returns: {this}

0 commit comments

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