From 2fe95094fd35f9652fe85ce05ba8ef1b21b871ec Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 21 Aug 2020 14:54:33 -0700 Subject: [PATCH] doc: improve link-local text in dgram.md Minor improvements. PR-URL: https://github.com/nodejs/node/pull/34868 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Franziska Hinkelmann Reviewed-By: Trivikram Kamat --- doc/api/dgram.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 462f71ed74c775..57afbe6135ce97 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])`