From 8348dc8a83d6b4ddac8b9b673b20600052580203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Thu, 14 Mar 2024 09:51:47 -0700 Subject: [PATCH] Correct README typo for libz-ng-sys --- README-zng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zng.md b/README-zng.md index 7a00b703..60a87783 100644 --- a/README-zng.md +++ b/README-zng.md @@ -4,7 +4,7 @@ A library for linking zlib-ng (`libz-ng`) to Rust programs natively, rather than in zlib-compat mode. zlib-ng is a high-performance implementation of zlib. zlib-ng supports building -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 generally works as a drop-in replacement, and native mode, in which it provides its own API. The native API is almost identical to the zlib-compat API, except that some types use more correct sizes (rather than the sizes required for zlib