From 4078ab8d889a6f475ab2d087b641e50bd25d0552 Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Fri, 16 Aug 2024 11:26:54 +0200 Subject: [PATCH] typo --- libz-rs-sys/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libz-rs-sys/src/lib.rs b/libz-rs-sys/src/lib.rs index 3f0f92fa..c37ae6b1 100644 --- a/libz-rs-sys/src/lib.rs +++ b/libz-rs-sys/src/lib.rs @@ -1165,7 +1165,7 @@ pub unsafe extern "C" fn deflateReset(strm: *mut z_stream) -> i32 { /// Dynamically update the compression level and compression strategy. /// /// This can be used to switch between compression and straight copy of the input data, -/// or to switch to a different kind of input data requiring a different strategy. If +/// or to switch to a different kind of input data requiring a different strategy. /// /// The interpretation of level and strategy is as in [`deflateInit2_`]. ///