printwordstables clarification

This commit is contained in:
OGordoo 2021-09-28 09:51:25 +01:00
parent 8cc8f5f743
commit 826827f807
1 changed files with 1 additions and 1 deletions

View File

@ -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