From 594cef3d4657e02082536002730140612bbc437e Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:14:22 +0100 Subject: [PATCH] Update README.md --- subjects/swapname/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/swapname/README.md b/subjects/swapname/README.md index 0389e76b..badfd3ee 100644 --- a/subjects/swapname/README.md +++ b/subjects/swapname/README.md @@ -4,7 +4,7 @@ Write a program that takes two words in the first argument and swaps them. - If the number of arguments is not 2, nothing should be printed. -- the first argument should containe only alphabitic characters and spaces, if not, print `"Error\n"` +- The first argument should contain only alphabetic characters and spaces, if not, print `"Error\n"` - Skip the spaces only in the first word of the first argument. - Print the result with a new line at the end (`'\n'`).