Skip to content

Commit 488a3de

Browse files
Update buffers.md
1 parent 844f6a7 commit 488a3de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/buffers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Big Endian stores the most significant byte at the lowest address, it is meant f
4343

4444
* The Buffer.equals(other: Buffer) method checks if 2 buffers hold the same data
4545

46-
* The Buffer.chunk(maxSize: number): Buffer[] breaks the buffer into pieces, none exceeding the specified size.
46+
* The Buffer.chunked(maxSize: number): Buffer[] breaks the buffer into pieces, none exceeding the specified size.
4747

4848
* The Buffer.isReadOnly() method is designed to read if the buffer cannot be modified, otherwise it returns false
4949

0 commit comments

Comments
 (0)