Skip to content

Commit 26105d7

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +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```
92+
* ```// This is a single line comment```
9393

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

0 commit comments

Comments
 (0)