From df0d790107edf635dc233f3338b3c2e68db58cc7 Mon Sep 17 00:00:00 2001 From: Icer Liang Date: Thu, 22 Jan 2015 15:10:09 +0800 Subject: [PATCH] doc: dns.lookupService has wrong header level PR-URL: https://github.com/iojs/io.js/pull/552 Reviewed-By: Ben Noordhuis --- doc/api/dns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dns.markdown b/doc/api/dns.markdown index 9a8550aaf09..d38265bbf2d 100644 --- a/doc/api/dns.markdown +++ b/doc/api/dns.markdown @@ -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`.