Skip to content

Commit

Permalink
sort corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
70ray committed Dec 25, 2024
1 parent ba69437 commit 8ce607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1_docs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ function api_v1_document(string $method, array $data, array $query_params): stri
function api_v1_dictionaries(string $method, array $data, array $query_params): array
{
$dict_list = array_values(get_languages_with_dictionaries());
asort($dict_list);
sort($dict_list);
return $dict_list;
}

0 comments on commit 8ce607e

Please sign in to comment.