From 08ec897f82d8e55bf53e1cb44b0c9d46479e5f96 Mon Sep 17 00:00:00 2001 From: Alex Yursha Date: Tue, 17 Mar 2015 13:28:36 +0300 Subject: [PATCH] doc: fix typo in buffer module documentation PR-URL: https://github.com/iojs/io.js/pull/1169 Reviewed-By: Ben Noordhuis --- doc/api/buffer.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/buffer.markdown b/doc/api/buffer.markdown index 740498e4020..106097451b7 100644 --- a/doc/api/buffer.markdown +++ b/doc/api/buffer.markdown @@ -874,5 +874,5 @@ un-pooled Buffer instance using SlowBuffer and copy out the relevant bits. store.push(sb); }); -Though this should used sparingly and only be a last resort *after* a developer +Though this should be used sparingly and only be a last resort *after* a developer has actively observed undue memory retention in their applications.