Skip to content

Commit 5cd8bdc

Browse files
tniessendanielleadams
authored andcommittedMar 14, 2022
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: #41824 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 1cfc63e commit 5cd8bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ The `addressType` is one of:
761761
* `4` (TCPv4)
762762
* `6` (TCPv6)
763763
* `-1` (Unix domain socket)
764-
* `'udp4'` or `'udp6'` (UDP v4 or v6)
764+
* `'udp4'` or `'udp6'` (UDPv4 or UDPv6)
765765

766766
## Event: `'message'`
767767

0 commit comments

Comments
 (0)
Please sign in to comment.