Skip to content

Commit 5782ff2

Browse files
Update articles/logic-apps/workflow-definition-language-functions-reference.md
Co-authored-by: Esther Fan <[email protected]>
1 parent 331ca7a commit 5782ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4002,7 +4002,7 @@ Here's how the example returned array might look where the outer `outputs` objec
40024002

40034003
### reverse
40044004

4005-
Reverse the order of items in a colleciton. When used with [sort()](#sort), this function allows a collection to be sorted in descending order.
4005+
Reverse the order of items in a collection. When you use this function with [sort()](#sort), you can sort a collection in descending order.
40064006

40074007
```
40084008
reverse([<collection>])

0 commit comments

Comments
 (0)