Skip to content

Commit

Permalink
doc: dns.lookupService has wrong header level
Browse files Browse the repository at this point in the history
PR-URL: #552
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
wizicer authored and bnoordhuis committed Jan 23, 2015
1 parent 8b1db9c commit df0d790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dns.markdown
Expand Up @@ -98,7 +98,7 @@ Its implementation can have subtle but important consequences on the behavior
of any Node.js program. Please take some time to consult the [Implementation
considerations section](#dns_implementation_considerations) before using it.

# dns.lookupService(address, port, callback)
## dns.lookupService(address, port, callback)

Resolves the given address and port into a hostname and service using
`getnameinfo`.
Expand Down

0 comments on commit df0d790

Please sign in to comment.