From 67d1c919c3902a9d7881a8504b3801bc0ad4bfd7 Mon Sep 17 00:00:00 2001 From: Vidya Subramanyam Date: Fri, 10 Nov 2017 10:10:25 +0530 Subject: [PATCH] doc: corrected the spelling of omitting in dgram.md. --- doc/api/dgram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 910289b37f9e61..4e57142888b8d3 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -455,7 +455,7 @@ On IPv4, if `multicastInterface` is a valid address but does not match any interface, or if the address does not match the family then a [`System Error`][] such as `EADDRNOTAVAIL` or `EPROTONOSUP` is thrown. -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 continuing to use (or returning to) the system's default interface selection. A socket's address family's ANY address (IPv4 `'0.0.0.0'` or IPv6 `'::'`) can be