Skip to content

Commit 6826637

Browse files
uppinderitaloacasas
authored andcommitted
doc: fix missing argument for dns.resolvePtr()
PR-URL: #12256 Fixes: #12161 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4a6bb37 commit 6826637

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
@@ -323,7 +323,7 @@ Uses the DNS protocol to resolve name server records (`NS` records) for the
323323
contain an array of name server records available for `hostname`
324324
(e.g. `['ns1.example.com', 'ns2.example.com']`).
325325

326-
## dns.resolvePtr(hostname)
326+
## dns.resolvePtr(hostname, callback)
327327
<!-- YAML
328328
added: v6.0.0
329329
-->

0 commit comments

Comments
 (0)