From e9193c30b7320579cf8c9fd02239f28040a6b9bc Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:43:34 +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 8d3c0fde..15082eb4 100644 --- a/subjects/frontback/README.md +++ b/subjects/frontback/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that prints the previous letter and the next letter of the alphabet. +Write a program that prints the previous letter and the next letter of the Latin 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'`)