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 46806c9 commit e17a527Copy full SHA for e17a527
1 file changed
docs/reference/buffer/create.md
@@ -13,7 +13,7 @@ The meaning comes from how you write or read the bytes, such as using:
13
* Buffer methods like setNumber to store structured values
14
15
## Example
16
-Store 100 bytes.
+Store 100 bytes into memory.
17
``` ts
18
const buf = Buffer.create(100);
19
```
0 commit comments