Skip to content

Commit 77dafea

Browse files
Update buffer.md
1 parent 9118be7 commit 77dafea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/reference/buffer/buffer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **`Buffer`** object is used to represent a contiguous block of memory
66
Buffers are useful for managing memory. They are convenient
77
for storing data without overflowing.
88

9-
## Members
9+
## Methods
1010

1111
* The Buffer.create(size: number) method stores bytes in a fixed size of memory.
1212

@@ -29,4 +29,5 @@ for storing data without overflowing.
2929
* The Buffer.hash(bits: int32) method computes a k-bit non-cryptographic hash of the buffer using
3030
the FNV-1 algorithm.
3131

32+
## Properties
3233
* The Buffer.length property returns the total area of the buffer

0 commit comments

Comments
 (0)