Skip to content

Commit d2e8ec0

Browse files
jarifibrahimklauspost
authored andcommitted
Fix typo ration => ratio in README.md (#198)
1 parent 2beb6a6 commit d2e8ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zstd/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ so as always, testing is recommended.
3636
For now, a high speed (fastest) and medium-fast (default) compressor has been implemented.
3737

3838
The "Fastest" compression ratio is roughly equivalent to zstd level 1.
39-
The "Default" compression ration is roughly equivalent to zstd level 3 (default).
39+
The "Default" compression ratio is roughly equivalent to zstd level 3 (default).
4040

4141
In terms of speed, it is typically 2x as fast as the stdlib deflate/gzip in its fastest mode.
4242
The compression ratio compared to stdlib is around level 3, but usually 3x as fast.
@@ -390,4 +390,4 @@ For sending files for reproducing errors use a service like [goobox](https://goo
390390

391391
For general feedback and experience reports, feel free to open an issue or write me on [Twitter](https://twitter.com/sh0dan).
392392

393-
This package includes the excellent [`github.com/cespare/xxhash`](https://github.com/cespare/xxhash) package Copyright (c) 2016 Caleb Spare.
393+
This package includes the excellent [`github.com/cespare/xxhash`](https://github.com/cespare/xxhash) package Copyright (c) 2016 Caleb Spare.

0 commit comments

Comments
 (0)