Skip to content

Commit

Permalink
Fix typo in documentation (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuittont60 committed Jan 11, 2024
1 parent f0fb822 commit f4c8493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f4c8493

Please sign in to comment.