From a671beab500db14487dab45ffe902d7403e5329e Mon Sep 17 00:00:00 2001 From: kahakai Date: Fri, 12 Jan 2024 20:16:50 +0000 Subject: [PATCH] Fix expected slice example --- 16-slices/exercises/25-add-lines/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16-slices/exercises/25-add-lines/main.go b/16-slices/exercises/25-add-lines/main.go index c66487753..642e639b5 100644 --- a/16-slices/exercises/25-add-lines/main.go +++ b/16-slices/exercises/25-add-lines/main.go @@ -31,7 +31,7 @@ import ( // // EXPECTED SLICE (NEW): // -// [yesterday all my troubles seemed so far \n away now it looks as though they are here to stay \n oh I believe in yesterday \n] +// [yesterday all my troubles seemed so far away \n now it looks as though they are here to stay \n oh I believe in yesterday \n] // // // CURRENT OUTPUT