From f0acc2e317d614bd32bb04b471e663589cc62a42 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:48:43 +0100 Subject: [PATCH] Update README.md --- subjects/rotatevowels/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/rotatevowels/README.md b/subjects/rotatevowels/README.md index 75cfec46..ee94aee3 100644 --- a/subjects/rotatevowels/README.md +++ b/subjects/rotatevowels/README.md @@ -6,7 +6,7 @@ Write a **program** that checks the arguments for vowels. - If the argument contains vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the argument (see the examples). - If the number of arguments is less than 1, the program display a new line ("`\n`"). -- If the arguments does not have any vowels, the program just prints the arguments. +- If the arguments do not have any vowels, the program just prints the arguments. Example of output :