Browse Source

doc: fix typo in buffer module documentation

PR-URL: https://github.com/iojs/io.js/pull/1169
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
v1.8.0-commit
Alex Yursha 10 years ago
committed by Ben Noordhuis
parent
commit
08ec897f82
  1. 2
      doc/api/buffer.markdown

2
doc/api/buffer.markdown

@ -874,5 +874,5 @@ un-pooled Buffer instance using SlowBuffer and copy out the relevant bits.
store.push(sb); 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. has actively observed undue memory retention in their applications.

Loading…
Cancel
Save