From 4a514e6f3a1ef146c18b6adf36f29d5ada7644bb Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 5 Dec 2022 12:45:58 +0000 Subject: [PATCH] chore(returna): testing prettier --- subjects/returna/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/returna/README.md b/subjects/returna/README.md index 87dc878e..75ed2482 100644 --- a/subjects/returna/README.md +++ b/subjects/returna/README.md @@ -4,7 +4,7 @@ Write a program that takes a `string` as an argument, if the `string` contains the letter `a` then print `Contains the letter` followed by a newline `\n`. -- If a there is no character `a` in the `string`, the program writes `!(Contains the letter)` followed by a newline `\n`. +- If there is no character `a` in the `string`, the program writes `!(Contains the letter)` followed by a newline `\n`. - If the number of parameters is not 1, the program displays a newline `\n`. ### Usage @@ -18,4 +18,4 @@ Contains the letter$ $ $ go run . "one" "two" | cat -e $ -``` \ No newline at end of file +```