doc: fix dns.lookup options example

PR-URL: https://github.com/iojs/io.js/pull/757
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
This commit is contained in:
Roman Reiss 2015-02-08 11:17:32 +01:00 коммит произвёл Brendan Ashworth
Родитель 90d2b35281
Коммит 828d19a1f6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
}
```