We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82b4a80 + 8348dc8 commit 2ebe75fCopy full SHA for 2ebe75f
README-zng.md
@@ -4,7 +4,7 @@ A library for linking zlib-ng (`libz-ng`) to Rust programs natively, rather
4
than in zlib-compat mode.
5
6
zlib-ng is a high-performance implementation of zlib. zlib-ng supports building
7
-in two modes: zlib-compat mode, in whih it provides the same API as zlib and
+in two modes: zlib-compat mode, in which it provides the same API as zlib and
8
generally works as a drop-in replacement, and native mode, in which it provides
9
its own API. The native API is almost identical to the zlib-compat API, except
10
that some types use more correct sizes (rather than the sizes required for zlib
0 commit comments