From c189bdd64d4007176c1e6a5ac53fde0a3ad57a80 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 5 Dec 2022 12:45:29 +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 75ed2482..87dc878e 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 there is no character `a` in the `string`, the program writes `!(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 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