Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-08-22 00:54:33 +0300
committerRich Trott <rtrott@gmail.com>2020-08-26 16:41:21 +0300
commit8134c6468c1043be0b866cd9521006a83eedfa3d (patch)
tree69f593b2214b9ea93c56681a272f01726544ac5b /doc/api/dgram.md
parenta7572d1422488231c65f1195bb6f97367e03da74 (diff)
doc: improve link-local text in dgram.md
Minor improvements. PR-URL: https://github.com/nodejs/node/pull/34868 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/dgram.md')
-rw-r--r--doc/api/dgram.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 462f71ed74c..57afbe6135c 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -96,11 +96,11 @@ The event handler function is passed two arguments: `msg` and `rinfo`.
* `port` {number} The sender port.
* `size` {number} The message size.
-If the source address of the incoming packet is an IPv6 link local
-address, the interface name is added to the `address`. For
+If the source address of the incoming packet is an IPv6 link-local
+address, the interface name is added to the `address`. For
example, a packet received on the `en0` interface might have the
address field set to `'fe80::2618:1234:ab11:3b9c%en0'`, where `'%en0'`
-is the interface name as a zone id suffix.
+is the interface name as a zone ID suffix.
### `socket.addMembership(multicastAddress[, multicastInterface])`
<!-- YAML