docs: Correct typo

This commit is contained in:
estlop 2022-07-01 12:53:06 +01:00 committed by Dav Hojt
parent cf26a508d3
commit 2ae3ef00fd
1 changed files with 1 additions and 1 deletions

View File

@ -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