diff --git a/subjects/printwordstables/README.md b/subjects/printwordstables/README.md index 5297255e..d738ea84 100644 --- a/subjects/printwordstables/README.md +++ b/subjects/printwordstables/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that receives a `string slice` and prints each element of the slice in one line. +Write a function that receives a `string slice` and prints each element of the slice in a seperate line. ### Expected function