This commit is contained in:
hamza 2022-06-28 13:25:20 +01:00 committed by Hamza elkhatri
parent 8ff8f1b311
commit 1395d56768
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
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
Write a function that takes a string and a slice of strings, this function will return a new slice of a string with the given string prepended
### Expected function