From 24329d91b217acf9344df2f882347a5d8d8d1e32 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 9 Nov 2022 15:34:46 +0000 Subject: [PATCH] docs(modify_letter): Add missing . --- subjects/modify_letter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/modify_letter/README.md b/subjects/modify_letter/README.md index e2b2ea5c..27514df8 100644 --- a/subjects/modify_letter/README.md +++ b/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.