Skip to content

Commit

Permalink
Update sorting-grouping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeremenko23 authored and mattbaileyuk committed Oct 22, 2023
1 parent a2dc4fb commit 1df9fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sorting-grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Arrays contain an ordered collection of values. If you need to re-order the val

2. Using the [order-by](path-operators#order-by-) operator.

The [order-by](path-operators#order-by-) operator is a convenient syntax that can used directly in a path expression to sort the result sequences in ascending or descending order. The [`$sort()`](array-functions#sort) function requires more syntax to be written, but is more flexible and supports custom comparator functions.
The [order-by](path-operators#order-by-) operator is a convenient syntax that can be used directly in a path expression to sort the result sequences in ascending or descending order. The [`$sort()`](array-functions#sort) function requires more syntax to be written, but is more flexible and supports custom comparator functions.

## Grouping

Expand Down

0 comments on commit 1df9fc9

Please sign in to comment.