From cf866745503e13a94837c04de942c9f6007a6a98 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:53:33 +0100 Subject: [PATCH] Update README.md --- subjects/printwordstables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/printwordstables/README.md b/subjects/printwordstables/README.md index 1ea609807..21cd4f55f 100644 --- a/subjects/printwordstables/README.md +++ b/subjects/printwordstables/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that prints the words of a `string` slice that will be returned a function `SplitWhiteSpaces`. +Write a function that prints the words of a `string` slice that will be returned by a function `SplitWhiteSpaces`. Each word is on a single line (each word ends with a `\n`).