diff --git a/subjects/slice.en.md b/subjects/slice.en.md index 48becf582..45f0f1d2f 100644 --- a/subjects/slice.en.md +++ b/subjects/slice.en.md @@ -13,7 +13,7 @@ This means that: ### Instructions -Write a **program** that replicates the javascript functions `slice`. +Write a **program** that replicates the javascript function `slice`. The program receives an array of strings and one or more integers, and returns an array of strings. The returned array is part of the received one but cut from the position indicated in the first int, until the position indicated by the second int. @@ -57,4 +57,4 @@ student@ubuntu:~/student/test$ ./test [algorithm ascii package golang] [package] [] -``` \ No newline at end of file +```