Skip to content

Commit

Permalink
doc: fix dns.lookup options example
Browse files Browse the repository at this point in the history
PR-URL: #757
Reviewed-By: Brendan Ashworth <[email protected]>
  • Loading branch information
silverwind authored and brendanashworth committed Feb 8, 2015
1 parent 90d2b35 commit 828d19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/dns.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ All properties are optional. An example usage of options is shown below.
```
{
family: 4,
hints: dns.ADDRCONFIG | dns.V4MAPPED
all: true
hints: dns.ADDRCONFIG | dns.V4MAPPED,
all: false
}
```

Expand Down

0 comments on commit 828d19a

Please sign in to comment.