From 455cdab3c1d75c779541b6186fd2de4b62df499d 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 --- 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 9a8550aaf09d46..d38265bbf2d2cc 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`.