From 1f3ded385d1dfcc354d90a5effb881e29861c427 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Wed, 26 Jan 2022 21:00:31 +0200 Subject: [PATCH] Fix typo (#140) --- zstd-safe/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd-safe/src/lib.rs b/zstd-safe/src/lib.rs index 525c8d5c..15bcd855 100644 --- a/zstd-safe/src/lib.rs +++ b/zstd-safe/src/lib.rs @@ -8,7 +8,7 @@ //! [zstd]: https://crates.io/crates/zstd //! //! Most of the functions here map 1-for-1 to a function from -//! [the C zstd library][zstd-c] mentionned in their descriptions. +//! [the C zstd library][zstd-c] mentioned in their descriptions. //! Check the [source documentation][doc] for more information on their //! behaviour. //!