Skip to content

Commit

Permalink
doc: fix missing callback argument dns.resolvePtr
Browse files Browse the repository at this point in the history
Fixes: #12161
  • Loading branch information
uppinder committed Apr 7, 2017
1 parent 47f8f74 commit 29084c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Uses the DNS protocol to resolve name server records (`NS` records) for the
contain an array of name server records available for `hostname`
(e.g. `['ns1.example.com', 'ns2.example.com']`).

## dns.resolvePtr(hostname)
## dns.resolvePtr(hostname, callback)
<!-- YAML
added: v6.0.0
-->
Expand Down

0 comments on commit 29084c7

Please sign in to comment.