Skip to content

Commit 3721198

Browse files
Accidentally duplicated the word "from" twice
1 parent 964fdeb commit 3721198

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
@@ -8,7 +8,7 @@ A **buffer** is a block of contiguous memory.
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).
1010

11-
The meaning comes from from how you write or read the bytes, such as using:
11+
The meaning comes from how you write or read the bytes, such as using:
1212
* `buf[index] = value` to set a byte at a specific offset
1313
* Buffer methods like setNumber to store structured values
1414

0 commit comments

Comments
 (0)