Skip to content

Commit 78537ad

Browse files
committed
Clarity edits
1 parent eb75f90 commit 78537ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ To change a value's type or format, you can use these conversion functions. For
179179

180180
## Implicit data type conversions
181181

182-
The Logic Apps service automatically or implicitly converts values between specific data types, which means that you don't need to manually or explicitly convert between those types by using the relevant expressions. Actually, if you use these expressions in the designer or code view, Logic Apps removes the expressions after you save your logic app because the conversions happen automatically.
182+
The Logic Apps service automatically or implicitly converts values between specific data types, which means that you don't need to manually or explicitly convert between those types by using the relevant expressions. In fact, if these expressions appear in the designer or code view, Logic Apps removes the expressions after you save your logic app because the conversions happen automatically.
183183

184-
This table describes the data type conversions that Logic Apps automatically makes and the expressions that you'd typically use when manually performing these conversions but should omit.
184+
This table describes the implicit data type conversions and the expressions you'd typically use for those conversions but should omit because Logic Apps will remove the expressions.
185185

186186
| From | To |
187187
|------|----|

0 commit comments

Comments
 (0)