Browse Source

docs(byebyefirst): fix typo

pull/1622/head
jrosendo 2 years ago committed by José Rosendo
parent
commit
3bfd1de5a8
  1. 2
      subjects/byebyefirst/README.md

2
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.

Loading…
Cancel
Save