Fixed broken link in deflatesync section (#6774)

* Fixed broken link in deflatesync section

* fixed link

* fixed link
This commit is contained in:
perpetualsquid
2023-10-29 19:04:35 +05:30
committed by GitHub
parent e4e811d0a7
commit e4394ef5cc

View File

@@ -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()`