Skip to content

Commit f94d4e9

Browse files
Merge pull request #297495 from ManoharLakkoju-MSFT/patch-250555
(AzureCXP) fixes MicrosoftDocs/azure-docs#416656
2 parents b76a3b5 + fb76c7e commit f94d4e9

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)