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
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-02-02 22:48:54 +0300
committerGitHub <noreply@github.com>2022-02-02 22:48:54 +0300
commit68ef009f828fb79d8aba85ff63be87152a8dbc49 (patch)
tree0fd20d5ae3c1b84ae78aeb191363ee31245a878e /doc
parent8a3f28a05cd22dbdeb9233386344c47c936896e2 (diff)
doc: use UDPv4/UDPv6 consistently with TCPv4/TCPv6
(Arguably, the whole terminology is not perfect, but at least it will be consistent with TCP now.) PR-URL: https://github.com/nodejs/node/pull/41824 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mestery <mestery@protonmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index d22c46ee383..ac199c34a37 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -761,7 +761,7 @@ The `addressType` is one of:
* `4` (TCPv4)
* `6` (TCPv6)
* `-1` (Unix domain socket)
-* `'udp4'` or `'udp6'` (UDP v4 or v6)
+* `'udp4'` or `'udp6'` (UDPv4 or UDPv6)
## Event: `'message'`