Skip to content

Commit df0d790

Browse files
wizicerbnoordhuis
authored andcommitted
doc: dns.lookupService has wrong header level
PR-URL: #552 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 8b1db9c commit df0d790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dns.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Its implementation can have subtle but important consequences on the behavior
9898
of any Node.js program. Please take some time to consult the [Implementation
9999
considerations section](#dns_implementation_considerations) before using it.
100100

101-
# dns.lookupService(address, port, callback)
101+
## dns.lookupService(address, port, callback)
102102

103103
Resolves the given address and port into a hostname and service using
104104
`getnameinfo`.

0 commit comments

Comments
 (0)