Skip to content

Commit

Permalink
doc: fix missing argument for dns.resolvePtr()
Browse files Browse the repository at this point in the history
PR-URL: #12256
Fixes: #12161
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
uppinder authored and vsemozhetbyt committed Apr 8, 2017
1 parent 8191af5 commit c095394
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 c095394

Please sign in to comment.