diff --git a/subjects/sortwordarr.en.md b/subjects/sortwordarr.en.md index f1e10c7c..b40a60ed 100644 --- a/subjects/sortwordarr.en.md +++ b/subjects/sortwordarr.en.md @@ -2,7 +2,7 @@ ### Instructions -Write a function `SortWordArr` that sorts by `ascii` a `string` array. +Write a function `SortWordArr` that sorts by `ascii` (in ascending order) a `string` array. ### Expected function