From ca19aec9d7eec861af0432db747d4549b0030d54 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Thu, 30 Jun 2022 16:53:05 +0100 Subject: [PATCH] corrected --- subjects/samecase/REDME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/samecase/REDME.md b/subjects/samecase/REDME.md index 91db9784..366b60ec 100644 --- a/subjects/samecase/REDME.md +++ b/subjects/samecase/REDME.md @@ -6,7 +6,7 @@ Write a program that takes 2 characters as arguments and does the following: - If either of the characters is not a letter, return -1. - If both characters are the same case, return 1. - If both characters are letters, but not the same case, return 0. -- All outputs should be followed by a newline character. +- A newline character should follow all outputs. - If the argument is more than one character or if it's empty, return a newline. ### Usage