From de5890ff204e9c0f7ad6cd3fce3d1a8a9cad4bb5 Mon Sep 17 00:00:00 2001 From: xxxhussein <122984423+xxxhussein@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:00:21 +0300 Subject: Update arraybuffer-to-buffer.md (#3906) Fix title. This page shows how to convert an ArrayBuffer to a Buffer, not a Uint8Array --- docs/guides/binary/arraybuffer-to-buffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3