From ed43b288e3c4548579e683eba31d8c6a10d447f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 2 Feb 2022 18:36:01 +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.) --- 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'`