Skip to content

Commit 331ca7a

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

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
@@ -131,7 +131,7 @@ To work with collections, generally arrays, strings, and sometimes, dictionaries
131131
| [join](../logic-apps/workflow-definition-language-functions-reference.md#join) | Return a string that has *all* the items from an array, separated by the specified character. |
132132
| [last](../logic-apps/workflow-definition-language-functions-reference.md#last) | Return the last item from a collection. |
133133
| [length](../logic-apps/workflow-definition-language-functions-reference.md#length) | Return the number of items in a string or array. |
134-
| [reverse](../logic-apps/workflow-definition-language-functions-reference.md#reverse) | Reverse the order of items in an array |
134+
| [reverse](../logic-apps/workflow-definition-language-functions-reference.md#reverse) | Reverse the order of items in an array. |
135135
| [skip](../logic-apps/workflow-definition-language-functions-reference.md#skip) | Remove items from the front of a collection, and return *all the other* items. |
136136
| [sort](../logic-apps/workflow-definition-language-functions-reference.md#sort) | Sort items in a collection. |
137137
| [take](../logic-apps/workflow-definition-language-functions-reference.md#take) | Return items from the front of a collection. |

0 commit comments

Comments
 (0)