mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
doc: fix parameter type format
PR-URL: https://github.com/nodejs/node/pull/19957 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
This commit is contained in:
parent
9c8857d946
commit
a9845512d7
@ -1093,7 +1093,7 @@ changes:
|
||||
* `options` {Object} The `options` argument, if present, is an object used to
|
||||
parameterize the sending of certain types of handles. `options` supports
|
||||
the following properties:
|
||||
* `keepOpen` - A Boolean value that can be used when passing instances of
|
||||
* `keepOpen` {boolean} A value that can be used when passing instances of
|
||||
`net.Socket`. When `true`, the socket is kept open in the sending process.
|
||||
**Default:** `false`.
|
||||
* `callback` {Function}
|
||||
|
Loading…
Reference in New Issue
Block a user