From 1e5c5765148d004bffd45e4e22b4f0d9e6d2150a Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:22:14 +0100 Subject: [PATCH] Update README.md --- subjects/skiptheline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/skiptheline/README.md b/subjects/skiptheline/README.md index 6a1feef9..b6bb7727 100644 --- a/subjects/skiptheline/README.md +++ b/subjects/skiptheline/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that receives a string and a slice of strings. Return a new slice with the given string prepended. +Write a function that takes a string and a slice of strings, this function will return a new slice of sting with the given string prepended ### Expected function