Skip to content

Commit

Permalink
Fix incorrect word usage in array.bal (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 authored Jul 18, 2024
1 parent 3ef31ac commit f44b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/lib/array.bal
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public enum SortDirection {
public type OrderedType ()|boolean|int|float|decimal|string|OrderedType[];

# Sorts an array.
# If the member type of the array is not sorted, then the `key` function
# If the member type of the array is not ordered, then the `key` function
# must be specified.
# Sorting works the same as with the `sort` clause of query expressions.
#
Expand Down

0 comments on commit f44b0f4

Please sign in to comment.