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`).