From f4c84930a1d960d99c2248053f6261615de38ee4 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:34:21 +0800 Subject: [PATCH] Fix typo in documentation (#96) --- lib/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lib.rs b/lib/src/lib.rs index f393690..301ade9 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -987,7 +987,7 @@ pub struct Wrap { /// ### Ignore characters when decoding /// /// Ignoring characters when decoding is useful if after encoding some characters are added for -/// convenience or any other reason (like wrapping). In that case we want to first ignore thoses +/// convenience or any other reason (like wrapping). In that case we want to first ignore those /// characters before decoding. /// /// To preserve correctness, ignored characters must not contain symbols or the padding character.