From 9bff4b857b8c20c2e7beb8199330c34d6237ab61 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Fri, 10 Jun 2022 00:14:29 +0100 Subject: [PATCH] Update README.md --- subjects/front-back/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/front-back/README.md b/subjects/front-back/README.md index 19c0733a..bc88d709 100644 --- a/subjects/front-back/README.md +++ b/subjects/front-back/README.md @@ -3,8 +3,8 @@ ### Instructions 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 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'`) - Print the previous alphabet and the next alphabet except for the last and the first alphabet of the alphabet.