From 7fd30876e75706d9c68ff52a0d07e7a9ed942e5a Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Fri, 10 Jun 2022 00:25:19 +0100 Subject: [PATCH] Update README.md --- subjects/frontback/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/frontback/README.md b/subjects/frontback/README.md index 2d40c00b..8d3c0fde 100644 --- a/subjects/frontback/README.md +++ b/subjects/frontback/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that prints the previous and next alphabet of the alphabet. +Write a program that prints the previous letter and the next letter 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'`)