From b7dedd1d88b19af6e7c840790a52520d7be8dde6 Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:48:00 +0100 Subject: [PATCH] contains to contain --- 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 db8d2968..09552f3a 100644 --- a/subjects/rotatevowels/README.md +++ b/subjects/rotatevowels/README.md @@ -4,7 +4,7 @@ Write a **program** that checks the arguments for vowels. -- If the arguments contains vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the arguments (see the examples). +- If the arguments contain vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the arguments (see the examples). - If the number of arguments is less than 1, the program displays a new line ("`\n`"). - If the arguments do not have any vowels, the program just prints the arguments.