From ea981dc5060532870c002a989b54e05d0c553235 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Fri, 29 Jul 2022 11:40:45 +0100 Subject: [PATCH] fifthandskip --- subjects/FifthAndSkip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/FifthAndSkip/README.md b/subjects/FifthAndSkip/README.md index b820c4992..d602ed078 100644 --- a/subjects/FifthAndSkip/README.md +++ b/subjects/FifthAndSkip/README.md @@ -5,7 +5,7 @@ Write a function `FifthAndSkip()` that takes a string and returns another one with words of 5 characters and skips the next character followed by newline `\n`. - If there is a space in the middle of a word it should ignore it and get the first character until getting to a length of 5. -- If the string less than 5 characters returns "Invalid Output" +- If the string less than 5 characters returns "Invalid Output\n" ### Expected function