From c18f05927c4c8186827043fe4eb9b0de91814d81 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Tue, 8 Nov 2022 16:16:02 +0000 Subject: [PATCH] docs(frontback): fixed subject --- subjects/frontback/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/frontback/README.md b/subjects/frontback/README.md index 15082eb4..9091f955 100644 --- a/subjects/frontback/README.md +++ b/subjects/frontback/README.md @@ -3,10 +3,10 @@ ### Instructions 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'`) -- There are no letters to print before 'a' or after 'z'. +- If the number of arguments is different from `1`, print a new line `\n`. +- If the length of the argument is different from `1`, print a new line `\n`. +- If the argument is not a letter, print a new line `\n`. +- There are no letters to print before `a` or after `z`. ### Usage