Skip to content

Commit 2fe9509

Browse files
Trottrichardlau
authored andcommitted
doc: improve link-local text in dgram.md
Minor improvements. PR-URL: #34868 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 657292e commit 2fe9509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/dgram.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ The event handler function is passed two arguments: `msg` and `rinfo`.
9696
* `port` {number} The sender port.
9797
* `size` {number} The message size.
9898

99-
If the source address of the incoming packet is an IPv6 link local
100-
address, the interface name is added to the `address`. For
99+
If the source address of the incoming packet is an IPv6 link-local
100+
address, the interface name is added to the `address`. For
101101
example, a packet received on the `en0` interface might have the
102102
address field set to `'fe80::2618:1234:ab11:3b9c%en0'`, where `'%en0'`
103-
is the interface name as a zone id suffix.
103+
is the interface name as a zone ID suffix.
104104

105105
### `socket.addMembership(multicastAddress[, multicastInterface])`
106106
<!-- YAML

0 commit comments

Comments
 (0)