From 3bfd1de5a8816549595ac1288e7d96cec1cbf57d Mon Sep 17 00:00:00 2001 From: jrosendo Date: Thu, 10 Nov 2022 13:02:57 +0000 Subject: [PATCH] docs(byebyefirst): fix typo --- subjects/byebyefirst/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/byebyefirst/README.md b/subjects/byebyefirst/README.md index 7b70a334..5da03a45 100644 --- a/subjects/byebyefirst/README.md +++ b/subjects/byebyefirst/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that takes a slice of `string` and returns a new slice without the first element. +Write a function that takes a slice of `string`'s and returns a new slice without the first element. - If the slice is empty, return the empty slice.