From d1a1f7b8ce9776bfe8c779c779b6ee3061f85c6e Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Wed, 26 Jan 2022 20:33:53 +0200 Subject: [PATCH] Fix typo --- 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. //!