Browse Source

doc: fix dns.lookup options example

PR-URL: https://github.com/iojs/io.js/pull/757
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
v1.8.0-commit
Roman Reiss 10 years ago
committed by Brendan Ashworth
parent
commit
828d19a1f6
  1. 4
      doc/api/dns.markdown

4
doc/api/dns.markdown

@ -79,8 +79,8 @@ All properties are optional. An example usage of options is shown below.
``` ```
{ {
family: 4, family: 4,
hints: dns.ADDRCONFIG | dns.V4MAPPED hints: dns.ADDRCONFIG | dns.V4MAPPED,
all: true all: false
} }
``` ```

Loading…
Cancel
Save