We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ed15b commit 5db0255Copy full SHA for 5db0255
1 file changed
docs/reference/buffer/create.md
@@ -3,7 +3,7 @@ Allocates a new buffer in a fixed size of [bytes](https://github.com/DeveloperTr
3
``` sig
4
Buffer.create(null);
5
```
6
-A **buffer** is a block of contiguous memory.
+The **buffer** is a block of contiguous memory.
7
8
Additionally, when allocating a buffer, there is no meaning to represent the bytes.
9
This is because allocating the buffer is simply storing the amount of memory into the RAM (Random Access Memory).
0 commit comments