From 9208f3bc6620c82338653f3386252bb9cc0e668e Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Tue, 8 Nov 2022 15:08:29 +0000 Subject: [PATCH] docs(secondhalf): instructions upgrade --- subjects/secondhalf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/secondhalf/README.md b/subjects/secondhalf/README.md index cc512ef6..ee2d6286 100644 --- a/subjects/secondhalf/README.md +++ b/subjects/secondhalf/README.md @@ -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.