docs(secondhalf): instructions upgrade

This commit is contained in:
Tiago Collot 2022-11-08 15:08:29 +00:00 committed by Michele
parent 7cbf91dd63
commit 027eb2f859
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a function `SecondHalf()` that receives a slice of `int` and returns another slice of `int` with the last half of the values.
Write a function `SecondHalf()` that receives a slice of `int` and returns another slice of `int` with the second half of the values.
- If the length is odd, round it up.