docs(easy_trait): fix typo

This commit is contained in:
davhojt 2022-09-07 21:22:18 +03:00 committed by eslopfer
parent 79fa31ce91
commit c91da2f110
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Your task is to implement the trait `AppendStr` for the type `StringValue`.
The trait `AppendStr` has the following functions:
- `append_str`: that appends to the string to the `value`.
- `append_str`: that appends the string to the `value`.
- `append_number`: that appends the number to the `value`.
- `remove_punctuation_marks`: that removes punctuation from the `value` (`.`, `,`, `?` and `!`).