aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/guides/binary/arraybuffer-to-buffer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/binary/arraybuffer-to-buffer.md b/docs/guides/binary/arraybuffer-to-buffer.md
index 2737ebb4e..4aeb54e69 100644
--- a/docs/guides/binary/arraybuffer-to-buffer.md
+++ b/docs/guides/binary/arraybuffer-to-buffer.md
@@ -1,5 +1,5 @@
---
-name: Convert an ArrayBuffer to a Uint8Array
+name: Convert an ArrayBuffer to a Buffer
---
The Node.js [`Buffer`](https://nodejs.org/api/buffer.html) API predates the introduction of `ArrayBuffer` into the JavaScript language. Bun implements both.