Skip to content

Commit 4d9f43a

Browse files
tniessenbengl
authored andcommitted
doc: use serial comma in dns docs
Refs: #11321 Refs: #17384 PR-URL: #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>
1 parent d42de13 commit 4d9f43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ using `dns.resolve()` and using the address instead of a host name. Also, some
14291429
networking APIs (such as [`socket.connect()`][] and [`dgram.createSocket()`][])
14301430
allow the default resolver, `dns.lookup()`, to be replaced.
14311431

1432-
### `dns.resolve()`, `dns.resolve*()` and `dns.reverse()`
1432+
### `dns.resolve()`, `dns.resolve*()`, and `dns.reverse()`
14331433

14341434
These functions are implemented quite differently than [`dns.lookup()`][]. They
14351435
do not use getaddrinfo(3) and they _always_ perform a DNS query on the

0 commit comments

Comments
 (0)