Skip to content

Commit 852401b

Browse files
Update buffer.md
1 parent 9721985 commit 852401b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/reference/buffer/buffer.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ The **`Buffer`** object is used to represent a contiguous block of memory
33

44
## Description
55

6-
Buffers are useful for managing memory.
7-
8-
They are useful for having enough space
9-
for storing data, while having limits.
6+
Buffers are useful for managing memory. They are useful
7+
for storing data without overflowing.
108

119
## Members
1210

0 commit comments

Comments
 (0)