doc: dns.lookupService has wrong header level

PR-URL: https://github.com/iojs/io.js/pull/552
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
pull/564/merge
Icer Liang 2015-01-22 15:10:09 +08:00 committed by Ben Noordhuis
parent 8b1db9c0a7
commit df0d790107
1 changed files with 1 additions and 1 deletions

View File

@ -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 of any Node.js program. Please take some time to consult the [Implementation
considerations section](#dns_implementation_considerations) before using it. 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 Resolves the given address and port into a hostname and service using
`getnameinfo`. `getnameinfo`.