From 7ae7dc15d89c2d974d4f758aeee62eabb7103ccd Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Fri, 10 Jun 2022 00:10:12 +0100 Subject: [PATCH] Update README.md --- subjects/front-back/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/front-back/README.md b/subjects/front-back/README.md index 36f87b1fd..19c0733a2 100644 --- a/subjects/front-back/README.md +++ b/subjects/front-back/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that prints the previous and next alphabet of a given alphabet. +Write a program that prints the previous and next alphabet of the alphabet. - If the number of arguments is different from `1`, print (`'\n'`). - If the length of the argument is different from `1`, print (`'\n'`) - If the argument is not a letter, print (`'\n'`)