Skip to content

Commit 49e2f5c

Browse files
authored
C126236: Removing brackets to avoid issues in LOC pages and to match other examples
Translator has reported possible source content issue. Description: Brackets on the line prevent content to be localized. Please consider removing them. Also to match next examples.
1 parent dabaac0 commit 49e2f5c

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)