Skip to content

Commit 2ebe75f

Browse files
authored
Merge pull request #187 from mistydemeo/zng_readme_typo
Correct README typo for libz-ng-sys
2 parents 82b4a80 + 8348dc8 commit 2ebe75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-zng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A library for linking zlib-ng (`libz-ng`) to Rust programs natively, rather
44
than in zlib-compat mode.
55

66
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
7+
in two modes: zlib-compat mode, in which it provides the same API as zlib and
88
generally works as a drop-in replacement, and native mode, in which it provides
99
its own API. The native API is almost identical to the zlib-compat API, except
1010
that some types use more correct sizes (rather than the sizes required for zlib

0 commit comments

Comments
 (0)