We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df3dc1 commit 3ba52c1Copy full SHA for 3ba52c1
doc/api/dgram.md
@@ -455,7 +455,7 @@ On IPv4, if `multicastInterface` is a valid address but does not match any
455
interface, or if the address does not match the family then
456
a [`System Error`][] such as `EADDRNOTAVAIL` or `EPROTONOSUP` is thrown.
457
458
-On IPv6, most errors with specifying or omiting scope will result in the socket
+On IPv6, most errors with specifying or omitting scope will result in the socket
459
continuing to use (or returning to) the system's default interface selection.
460
461
A socket's address family's ANY address (IPv4 `'0.0.0.0'` or IPv6 `'::'`) can be
0 commit comments