From 94c4ba9dd33bf6d1ab4936f5d4039ecf7957bb32 Mon Sep 17 00:00:00 2001 From: Gabriel Falkenberg Date: Mon, 2 Dec 2013 11:18:37 +0100 Subject: [PATCH] doc: change constant to consistent --- 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 1ad6e65..efcf127 100644 --- a/doc/api/dns.markdown +++ b/doc/api/dns.markdown @@ -5,7 +5,7 @@ Use `require('dns')` to access this module. All methods in the dns module use C-Ares except for `dns.lookup` which uses `getaddrinfo(3)` in a thread pool. C-Ares is much faster than `getaddrinfo` but the system resolver is -more constant with how other programs operate. When a user does +more consistent with how other programs operate. When a user does `net.connect(80, 'google.com')` or `http.get({ host: 'google.com' })` the `dns.lookup` method is used. Users who need to do a large number of lookups quickly should use the methods that go through C-Ares. -- 2.7.4