Skip to content

Commit 828d19a

Browse files
silverwindbrendanashworth
authored andcommitted
doc: fix dns.lookup options example
PR-URL: #757 Reviewed-By: Brendan Ashworth <[email protected]>
1 parent 90d2b35 commit 828d19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/dns.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ All properties are optional. An example usage of options is shown below.
7979
```
8080
{
8181
family: 4,
82-
hints: dns.ADDRCONFIG | dns.V4MAPPED
83-
all: true
82+
hints: dns.ADDRCONFIG | dns.V4MAPPED,
83+
all: false
8484
}
8585
```
8686

0 commit comments

Comments
 (0)