diff --git a/docs/guides/binary/arraybuffer-to-buffer.md b/docs/guides/binary/arraybuffer-to-buffer.md index 2737ebb4e1..4aeb54e697 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.