From e5db13626bf837104915baac0142c024c3dfbd6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 2 Feb 2022 20:48:54 +0100 Subject: [PATCH] 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 Reviewed-By: Richard Lau Reviewed-By: Mestery --- doc/api/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index d22c46ee383623..ac199c34a3755a 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'`