From f6c37e520a25610fc645183ba48fde86fdc60499 Mon Sep 17 00:00:00 2001 From: Augusto Date: Tue, 18 Jun 2019 12:41:43 +0100 Subject: [PATCH] adds order of sorting --- subjects/sortwordarr.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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