Skip to content

Commit ad0c9a8

Browse files
tniessenVoltrexKeyva
authored andcommitted
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: nodejs#41824 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 0dc0a59 commit ad0c9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.md

Lines changed: 1 addition & 1 deletion
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)