Skip to content

Commit

Permalink
Fix wrapping line length
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Feb 5, 2024
1 parent 2f39eb6 commit 234b4bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ changes:
* `family` {integer|string} The record family. Must be `4`, `6`, or `0`. For
backward compatibility reasons,`'IPv4'` and `'IPv6'` are interpreted as `4`
and `6` respectively. The value `0` indicates that either an IPv4 or IPv6
address is returned. If the value `0` is used with `{ all: true }` (see below),
either one of or both IPv4 and IPv6 addresses are returned, depending on the
system's DNS resolver. **Default:** `0`.
address is returned. If the value `0` is used with `{ all: true }` (see
below), either one of or both IPv4 and IPv6 addresses are returned,
depending on the system's DNS resolver. **Default:** `0`.
* `hints` {number} One or more [supported `getaddrinfo` flags][]. Multiple
flags may be passed by bitwise `OR`ing their values.
* `all` {boolean} When `true`, the callback returns all resolved addresses in
Expand Down

0 comments on commit 234b4bc

Please sign in to comment.