Skip to content

Commit 31e4c05

Browse files
authored
Update concepts-data-flow-expression-builder.md
1 parent bbf2848 commit 31e4c05

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/data-factory/concepts-data-flow-expression-builder.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@ When you have column names that include special characters or spaces, surround t
8484

8585
## Manual comments
8686

87-
```/* This is my comment */
87+
```/* This is my comment */```
8888

89-
/* This is a
90-
multi-line comment */
89+
```/* This is a```
90+
```multi-line comment */```
9191

92-
// This is a single line comment
93-
```
92+
```// This is a single line comment```
9493

9594
If you put a comment at the top of your expression, it will appear in the transformation text box to document your transformation expressions:
9695

0 commit comments

Comments
 (0)