Browse Source

docs(modify_letter): Add missing .

pull/1573/head
eslopfer 2 years ago
parent
commit
24329d91b2
  1. 4
      subjects/modify_letter/README.md

4
subjects/modify_letter/README.md

@ -2,9 +2,9 @@
### Instructions
Create a **function** `remove_letter_sensitive` that returns a string without the letter specified as argument
Create a **function** `remove_letter_sensitive` that returns a string without the letter specified as argument.
Create a **function** `remove_letter_insensitive` that returns a string without the letter specified as argument (ignoring case)
Create a **function** `remove_letter_insensitive` that returns a string without the letter specified as argument (ignoring case).
Create a **function** `swap_letter_case` that returns a string swapping the case for the chosen letter.

Loading…
Cancel
Save