Browse Source

docs(easy_trait): fix typo

pull/1435/head
davhojt 2 years ago committed by eslopfer
parent
commit
c91da2f110
  1. 2
      subjects/easy_traits/README.md

2
subjects/easy_traits/README.md

@ -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 `!`).

Loading…
Cancel
Save