Skip to content

Commit 9ccf88e

Browse files
join kdocs fixes
1 parent fd87cdf commit 9ccf88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/join.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private interface JOIN_METHOD
9191
internal interface JoinDslDescription
9292

9393
/**
94-
* Select join columns (incl. with different names in `this` and [other][other] [DataFrame]s)
94+
* Select join columns (including those that have different names in different [DataFrame]s)
9595
* using [JoinDsl].
9696
*
9797
* @include [JoinDslDescription]

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/joinWith.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public interface JoinedDataRow<out A, out B> : DataRow<A> {
7070
* allowing you to reference its values directly.
7171
*
7272
* The [row][DataRow] of the right [DataFrame] is available
73-
* via [right][JoinedDataRow.right].
73+
* as [right][JoinedDataRow.right].
7474
*
7575
* The expression must return a [Boolean] indicating whether
7676
* the rows from the left and right [DataFrame]s match.

0 commit comments

Comments
 (0)