diff --git a/subjects/sortwordarr.fr.md b/subjects/sortwordarr.fr.md index 6a0d81d7e..7e14d2dd2 100644 --- a/subjects/sortwordarr.fr.md +++ b/subjects/sortwordarr.fr.md @@ -2,7 +2,7 @@ ### Instructions -Écrire une fonction `SortWordArr` qui trie par ordre `ascii` un tableau de `string`. +Écrire une fonction `SortWordArr` qui trie par ordre `ascii` (dans l'ordre croissant) un tableau de `string`. ### Fonction attendue