Skip to content

Commit 2478f64

Browse files
authored
Merge pull request #95641 from v-maudel/patch-357
M44945: Adding misssing word
2 parents 6c374e0 + 7a45a3f commit 2478f64

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)