There was an error while loading. Please reload this page.
http.md
outgoingMessage.setTimeout
1 parent b99d131 commit c8500a2Copy full SHA for c8500a2
doc/api/http.md
@@ -3322,13 +3322,13 @@ const server = http.createServer((req, res) => {
3322
});
3323
```
3324
3325
-### `outgoingMessage.setTimeout(msesc[, callback])`
+### `outgoingMessage.setTimeout(msecs[, callback])`
3326
3327
<!-- YAML
3328
added: v0.9.12
3329
-->
3330
3331
-* `msesc` {number}
+* `msecs` {number}
3332
* `callback` {Function} Optional function to be called when a timeout
3333
occurs. Same as binding to the `timeout` event.
3334
* Returns: {this}
0 commit comments