Skip to content

Commit 08ec897

Browse files
yurshabnoordhuis
authored andcommitted
doc: fix typo in buffer module documentation
PR-URL: #1169 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent c638dad commit 08ec897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,5 +874,5 @@ un-pooled Buffer instance using SlowBuffer and copy out the relevant bits.
874874
store.push(sb);
875875
});
876876

877-
Though this should used sparingly and only be a last resort *after* a developer
877+
Though this should be used sparingly and only be a last resort *after* a developer
878878
has actively observed undue memory retention in their applications.

0 commit comments

Comments
 (0)