Skip to content

Commit 20a7652

Browse files
improve doc
1 parent b07bad9 commit 20a7652

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public fun <T, C> MoveClause<T, C>.to(columnIndex: Int): DataFrame<T> = moveTo(c
540540

541541
/**
542542
* Moves columns, previously selected with [move] to a new position specified
543-
* by [columnIndex]. If insideGroup is true, selected columns will be moved remaining within their [ColumnGroup],
543+
* by [columnIndex]. If [insideGroup] is true, selected columns will be moved remaining within their [ColumnGroup],
544544
* else they will be moved on top level.
545545
*
546546
* Returns a new [DataFrame] with updated columns structure.
@@ -557,7 +557,7 @@ public fun <T, C> MoveClause<T, C>.to(columnIndex: Int): DataFrame<T> = moveTo(c
557557
* where the selected columns will be moved.
558558
*
559559
* @param [insideGroup] If true, selected columns will be moved remaining inside their group,
560-
* else they will be moved on top level.
560+
* else they will be moved to the top level.
561561
*/
562562
@Refine
563563
@Interpretable("MoveTo")

0 commit comments

Comments
 (0)