docs(modify_letter): remove reference to what to do on edge cases

This commit is contained in:
eslopfer 2022-11-09 18:44:12 +00:00
parent b4b9480eec
commit 15f5814f33
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ Create a **function** `remove_letter_insensitive` that returns a string without
Create a **function** `swap_letter_case` that returns a string swapping the case for the chosen letter.
If there is an empty character in the arguments, the function should return the string as being passed.
If there is an empty string, it should return an empty string.
### Expected Functions
```rust