Skip to content

Commit 8159cd1

Browse files
small join docs fixes
1 parent 7ef3952 commit 8159cd1

File tree

1 file changed

+2
-2
lines changed
  • docs/StardustDocs/topics/operations/multiple

1 file changed

+2
-2
lines changed

docs/StardustDocs/topics/operations/multiple/join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface JoinDsl: LeftDataFrame {
2323
}
2424
```
2525

26-
`joinColumns` is a [column selector](ColumnSelectors.md) that defines column mapping for join:
26+
`joinColumns` is a special case of [columns selector](ColumnSelectors.md) that defines column mapping for join.
2727

2828
Related operations: [](multipleDataFrames.md)
2929

@@ -34,7 +34,7 @@ Related operations: [](multipleDataFrames.md)
3434
Use the Join DSL when the key column names differ:
3535

3636
- access the right `DataFrame` via `right`;
37-
- define the join condition with **match()**.
37+
- define the join condition with **`match`**.
3838

3939
<!---FUN notebook_test_join_3-->
4040

0 commit comments

Comments
 (0)