Skip to content

Commit 234b4bc

Browse files
committed
Fix wrapping line length
1 parent 2f39eb6 commit 234b4bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/dns.md

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

0 commit comments

Comments
 (0)