doc: fix typo in buffer module documentation

PR-URL: https://github.com/iojs/io.js/pull/1169
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
pull/1174/head
Alex Yursha 2015-03-17 13:28:36 +03:00 committed by Ben Noordhuis
parent c638dad567
commit 08ec897f82
1 changed files with 1 additions and 1 deletions

View File

@ -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.