From 9f9d4779f93f1b969ca3a898eed47e1eafd94df0 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:39:49 +0100 Subject: [PATCH] Update README.md correction --- subjects/expandstr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/expandstr/README.md b/subjects/expandstr/README.md index dd8d174d..33a69a1e 100644 --- a/subjects/expandstr/README.md +++ b/subjects/expandstr/README.md @@ -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.