mirror of https://github.com/nodejs/node.git
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
parent
c638dad567
commit
08ec897f82
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue