From a8cae3aa7c920796df4d993eb4ddf57757c5d68b Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 21 Nov 2022 14:59:17 +0000 Subject: [PATCH] docs(byebyefirst): ran prettier format --- 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 5da03a459..6595a38b4 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`'s 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.