Skip to content

Commit

Permalink
Fixed broken link in deflatesync section (#6774)
Browse files Browse the repository at this point in the history
* Fixed broken link in deflatesync section

* fixed link

* fixed link
  • Loading branch information
perpetualsquid committed Oct 29, 2023
1 parent e4e811d commit e4394ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`

Expand Down

0 comments on commit e4394ef

Please sign in to comment.