Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 807ec53b121..2785e6e7a38 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -286,7 +286,7 @@ Emitted when the server has been bound after calling [`server.listen()`][].
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v18.4.0
pr-url: https://github.com/nodejs/node/pull/43054
description: The `family` property now returns a string instead of a number.
- version: v18.0.0
@@ -746,7 +746,7 @@ See also: [`socket.setTimeout()`][].
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v18.4.0
pr-url: https://github.com/nodejs/node/pull/43054
description: The `family` property now returns a string instead of a number.
- version: v18.0.0