typo
This commit is contained in:
parent
47bdfd1f85
commit
6cb4d04cef
@ -39,7 +39,7 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Compression
|
## Compression
|
||||||
If your tar file is compressed, e.g. bei `.tar.gz`/`gzip`, you need to uncompress the bytes first
|
If your tar file is compressed, e.g. by `.tar.gz`/`gzip`, you need to uncompress the bytes first
|
||||||
(e.g. by a *gzip* library). Afterwards, this crate can read and write the Tar archive format from the bytes.
|
(e.g. by a *gzip* library). Afterwards, this crate can read and write the Tar archive format from the bytes.
|
||||||
|
|
||||||
## MSRV
|
## MSRV
|
||||||
|
Loading…
Reference in New Issue
Block a user