Skip to content

Commit 7b489a6

Browse files
fix doc
1 parent 07a71d1 commit 7b489a6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public fun <T> DataFrame<T>.moveTo(newColumnIndex: Int, vararg columns: KPropert
222222

223223
/**
224224
* Moves the specified [columns\] to a new position specified
225-
* by [columnIndex]. If [insideGroup] is true selected columns
225+
* by [newColumnIndex]. If [insideGroup] is true selected columns
226226
* will be moved remaining within their [ColumnGroup],
227227
* else they will be moved to the top level.
228228
*

0 commit comments

Comments
 (0)