Skip to content

Commit fb76c7e

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#416656
Updated line number 79 From format string showed below To format string shown below
1 parent d5a1525 commit fb76c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/how-to-expression-language-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Dynamic content editor automatically escapes characters in your content when you
7676
}
7777
```
7878

79-
Dynamic content editor converts above content to expression `"{ \n \"type\": \"@{if(equals(1, 2), 'Blob', 'Table' )}\",\n \"name\": \"@{toUpper('myData')}\"\n}"`. The result of this expression is a JSON format string showed below.
79+
Dynamic content editor converts above content to expression `"{ \n \"type\": \"@{if(equals(1, 2), 'Blob', 'Table' )}\",\n \"name\": \"@{toUpper('myData')}\"\n}"`. The result of this expression is a JSON format string shown below.
8080

8181
```json
8282
{

0 commit comments

Comments
 (0)