From 826827f807504c4f9ff5a64cdd3fcf9044fb22f6 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Tue, 28 Sep 2021 09:51:25 +0100 Subject: [PATCH] printwordstables clarification --- 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 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