Skip to content

Commit 4af8bc1

Browse files
Update buffers_vs_arrays.md
1 parent bc8843e commit 4af8bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/buffers_vs_arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Buffers and Arrays
1+
## Buffers vs Arrays
22
The difference between buffers and arrays depends on when they are being used. For instance, if you want to manage memory efficiently
33
and none of the bytes are being loose (often for dynamic arrays), use a buffer; otherwise use an array.

0 commit comments

Comments
 (0)