doc: reword https.Agent example text
authorJan Krems <jan.krems@groupon.com>
Mon, 30 Nov 2015 18:40:02 +0000 (10:40 -0800)
committerJames M Snell <jasnell@gmail.com>
Wed, 23 Dec 2015 16:38:33 +0000 (08:38 -0800)
PR-URL: https://github.com/nodejs/node/pull/4075
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
doc/api/https.markdown

index b2e917b..8a91631 100644 (file)
@@ -195,7 +195,7 @@ Example:
       ...
     }
 
-Or does not use an `Agent`.
+Alternatively, opt out of connection pooling by not using an `Agent`.
 
 Example: