Skip to content

Commit 96512e5

Browse files
authored
Merge pull request #90323 from v-maudel/patch-289
C126236: Removing brackets to avoid issues in LOC pages and to match other examples
2 parents dabaac0 + 49e2f5c commit 96512e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-lake-analytics/data-lake-analytics-data-lake-tools-data-skew-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The example that follows shows a separated left row set. Each output row depends
160160
161161
Attributes of combiner mode:
162162

163-
- [SqlUserDefinedCombiner(Mode=CombinerMode.Full)]: Every output row potentially depends on all the input rows from left and right with the same key value.
163+
- SqlUserDefinedCombiner(Mode=CombinerMode.Full): Every output row potentially depends on all the input rows from left and right with the same key value.
164164

165165
- SqlUserDefinedCombiner(Mode=CombinerMode.Left): Every output row depends on a single input row from the left (and potentially all rows from the right with the same key value).
166166

0 commit comments

Comments
 (0)