Skip to content

Commit

Permalink
doc: fix typo in buffer module documentation
Browse files Browse the repository at this point in the history
PR-URL: #1169
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
yursha authored and bnoordhuis committed Mar 17, 2015
1 parent c638dad commit 08ec897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 08ec897

Please sign in to comment.