Skip to content

Commit e17a527

Browse files
Update create.md
1 parent 46806c9 commit e17a527

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
@@ -13,7 +13,7 @@ The meaning comes from how you write or read the bytes, such as using:
1313
* Buffer methods like setNumber to store structured values
1414

1515
## Example
16-
Store 100 bytes.
16+
Store 100 bytes into memory.
1717
``` ts
1818
const buf = Buffer.create(100);
1919
```

0 commit comments

Comments
 (0)