Skip to content

Commit 7a45a3f

Browse files
authored
M44945: Adding misssing word
Translator has reported possible source content issue. Description: There seems to be something wrong with this sentence. Assume it was supposed to say: "...with NULL values for columns THAT aren't matched." and translated accordingly.
1 parent 0e6dde9 commit 7a45a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Right outer join returns all rows from the right stream and matched records from
3131

3232
### Full Outer
3333

34-
Full outer join outputs all columns and rows from both sides with NULL values for columns aren't matched.
34+
Full outer join outputs all columns and rows from both sides with NULL values for columns that aren't matched.
3535

3636
### Cross Join
3737

0 commit comments

Comments
 (0)