Skip to content

Commit 3afdfc7

Browse files
committed
Fixed typo
1 parent e228b54 commit 3afdfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# buffer-builder.js
22

3-
BufferBuilder accumulates pieces of data into a buffer, appending each onto the end. The data can be Buffers, strings, a repittion of a byte, or any of the types such as UInt32LE or FloatBE that can be written into Buffers.
3+
BufferBuilder accumulates pieces of data into a buffer, appending each onto the end. The data can be Buffers, strings, a repetition of a byte, or any of the types such as UInt32LE or FloatBE that can be written into Buffers.
44

55
If you are thinking about using this, you should probably have considered streaming your data instead of putting it into a buffer.
66

0 commit comments

Comments
 (0)