doc: fix typo in buffer module documentation
authorAlex Yursha <alexyursha@gmail.com>
Tue, 17 Mar 2015 10:28:36 +0000 (13:28 +0300)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 17 Mar 2015 11:25:31 +0000 (12:25 +0100)
PR-URL: https://github.com/iojs/io.js/pull/1169
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/buffer.markdown

index 740498e..1060974 100644 (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.