doc: use serial comma in dns docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384

PR-URL: https://github.com/nodejs/node/pull/43145
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This commit is contained in:
Tobias Nießen 2022-05-19 13:31:37 +02:00 committed by GitHub
parent 06dd8c31fd
commit 89df3546ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1429,7 +1429,7 @@ using `dns.resolve()` and using the address instead of a host name. Also, some
networking APIs (such as [`socket.connect()`][] and [`dgram.createSocket()`][])
allow the default resolver, `dns.lookup()`, to be replaced.
### `dns.resolve()`, `dns.resolve*()` and `dns.reverse()`
### `dns.resolve()`, `dns.resolve*()`, and `dns.reverse()`
These functions are implemented quite differently than [`dns.lookup()`][]. They
do not use getaddrinfo(3) and they _always_ perform a DNS query on the