Skip to content

Commit 5db0255

Browse files
Update create.md
1 parent f5ed15b commit 5db0255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/buffer/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Allocates a new buffer in a fixed size of [bytes](https://github.com/DeveloperTr
33
``` sig
44
Buffer.create(null);
55
```
6-
A **buffer** is a block of contiguous memory.
6+
The **buffer** is a block of contiguous memory.
77

88
Additionally, when allocating a buffer, there is no meaning to represent the bytes.
99
This is because allocating the buffer is simply storing the amount of memory into the RAM (Random Access Memory).

0 commit comments

Comments
 (0)