Skip to content

Commit 3ba52c1

Browse files
vidyasubramanyamevanlucas
authored andcommitted
doc: correct the spelling of omitting in dgram.md
PR-URL: #16910 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent 5df3dc1 commit 3ba52c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ On IPv4, if `multicastInterface` is a valid address but does not match any
455455
interface, or if the address does not match the family then
456456
a [`System Error`][] such as `EADDRNOTAVAIL` or `EPROTONOSUP` is thrown.
457457

458-
On IPv6, most errors with specifying or omiting scope will result in the socket
458+
On IPv6, most errors with specifying or omitting scope will result in the socket
459459
continuing to use (or returning to) the system's default interface selection.
460460

461461
A socket's address family's ANY address (IPv4 `'0.0.0.0'` or IPv6 `'::'`) can be

0 commit comments

Comments
 (0)