From dcfdbac4576f5081da3e36302b9ee8c89c4c8a00 Mon Sep 17 00:00:00 2001 From: Jan Krems Date: Mon, 30 Nov 2015 10:40:02 -0800 Subject: [PATCH] doc: reword https.Agent example text PR-URL: https://github.com/nodejs/node/pull/4075 Reviewed-By: Colin Ihrig --- doc/api/https.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/https.markdown b/doc/api/https.markdown index b2e917b72a8709..8a916311fc664f 100644 --- a/doc/api/https.markdown +++ b/doc/api/https.markdown @@ -195,7 +195,7 @@ Example: ... } -Or does not use an `Agent`. +Alternatively, opt out of connection pooling by not using an `Agent`. Example: