Skip to content

Commit 8d84574

Browse files
domdomeggaduh95
authored andcommitted
Fix wrapping line length
1 parent b1464a3 commit 8d84574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/dns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ changes:
210210
* `family` {integer|string} The record family. Must be `4`, `6`, or `0`. For
211211
backward compatibility reasons,`'IPv4'` and `'IPv6'` are interpreted as `4`
212212
and `6` respectively. The value `0` indicates that either an IPv4 or IPv6
213-
address is returned. If the value `0` is used with `{ all: true }` (see below),
214-
either one of or both IPv4 and IPv6 addresses are returned, depending on the
215-
system's DNS resolver. **Default:** `0`.
213+
address is returned. If the value `0` is used with `{ all: true }` (see
214+
below), either one of or both IPv4 and IPv6 addresses are returned,
215+
depending on the system's DNS resolver. **Default:** `0`.
216216
* `hints` {number} One or more [supported `getaddrinfo` flags][]. Multiple
217217
flags may be passed by bitwise `OR`ing their values.
218218
* `all` {boolean} When `true`, the callback returns all resolved addresses in

0 commit comments

Comments
 (0)