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 italoacasas committed Apr 10, 2017
1 parent 4a6bb37 commit 6826637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dns.md
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 6826637

Please sign in to comment.