From e4394ef5cc25fad497c8c5fc586954c167e05710 Mon Sep 17 00:00:00 2001 From: perpetualsquid <149251877+perpetualsquid@users.noreply.github.com> Date: Sun, 29 Oct 2023 19:04:35 +0530 Subject: [PATCH] Fixed broken link in deflatesync section (#6774) * Fixed broken link in deflatesync section * fixed link * fixed link --- docs/api/utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/utils.md b/docs/api/utils.md index 9889d6aa0a..d5fb3092ee 100644 --- a/docs/api/utils.md +++ b/docs/api/utils.md @@ -398,7 +398,7 @@ buf; // => Uint8Array(25) compressed; // => Uint8Array(10) ``` -The second argument supports the same set of configuration options as [`Bun.gzipSync`](#bun.gzipSync). +The second argument supports the same set of configuration options as [`Bun.gzipSync`](#bungzipsync). ## `Bun.inflateSync()`