diff --git a/subjects/concatenate/README.md b/subjects/concatenate/README.md index 20a8a0f0..92b9abbd 100644 --- a/subjects/concatenate/README.md +++ b/subjects/concatenate/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that displays all the arguments as a single string by simple putting one after each other. If there are not enough arguments it should display a new line. +Write a program that displays all the arguments as a single string by simply putting one after each other. If there are not enough arguments it should display a new line. ### Usage