Update README.md

correction
This commit is contained in:
Christopher Fremond 2021-08-27 16:39:49 +01:00 committed by GitHub
parent 2bd9cf2a3a
commit 9f9d4779f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Write a program that takes a `string` and displays it with exactly three spaces
The `string` will be followed by a newline (`'\n'`).
A word is a sequence of alphanumerical characters.
A word, in this exercise, is a sequence of visible characters.
If the number of arguments is not 1, or if there are no word, the program displays nothing.