Skip to content

Commit

Permalink
fix(doc): typo on example code (#162)
Browse files Browse the repository at this point in the history
thanks
  • Loading branch information
ivanizag authored Feb 10, 2025
1 parent aa8524b commit 2119168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniz_oxide/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Simple compression/decompression:
```rust

use miniz_oxide::deflate::compress_to_vec;
use miniz_oxide::inflate::decompress_to_vec;
use miniz_oxide::inflate::decompress_to_vec_with_limit;

fn roundtrip(data: &[u8]) {
// Compress the input
Expand Down

0 comments on commit 2119168

Please sign in to comment.