Skip to content

Commit

Permalink
Fix minor typo in README.md
Browse files Browse the repository at this point in the history
Fixes a duplication of the word "as" in the README.md.

Signed-off-by: Daniel Mangum <[email protected]>
  • Loading branch information
hasheddan authored and PSeitz committed Mar 31, 2024
1 parent b5fde25 commit ad3e685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lz4_flex = { version = "0.11", default-features = false }
```

### Block Format
The block format is only valid for smaller data chunks as as block is de/compressed in memory.
The block format is only valid for smaller data chunks as block is de/compressed in memory.
For larger data use the frame format, which consists of multiple blocks.

```rust
Expand Down

0 comments on commit ad3e685

Please sign in to comment.