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 dcf5535 commit 245dd62Copy full SHA for 245dd62
doc/api/dgram.md
@@ -521,7 +521,7 @@ If `msg` is an array, `offset` and `length` must not be specified.
521
522
The `address` argument is a string. If the value of `address` is a host name,
523
DNS will be used to resolve the address of the host. If `address` is not
524
-provided or otherwise falsy, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`
+provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`
525
(for `udp6` sockets) will be used by default.
526
527
If the socket has not been previously bound with a call to `bind`, the socket
0 commit comments