Skip to content

Commit b685808

Browse files
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 8dad565 commit b685808

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
@@ -3831,7 +3831,7 @@ And returns this array as the result: `["a","b","c"]`
38313831

38323832
*Example 2*
38333833

3834-
This example creates an array with a single element when the delimiter is not present in the string:
3834+
This example creates an array with a single element when no delimiter exists in the string:
38353835

38363836
```
38373837
split('a_b_c', ' ')

0 commit comments

Comments
 (0)