Skip to content

Commit 6b9ba8b

Browse files
convert kdocs small fix
1 parent bf44f75 commit 6b9ba8b

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/convert.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ public fun <T, C, R> Convert<T, DataRow<C>>.asFrame(
439439
*
440440
* The [columnConverter] is a lambda with the current [DataFrame] as receiver and the selected column as argument.
441441
* It returns a new column that will replace the original column.
442-
* Preserves original column name (even it was explicitly changed in [columnConverter] expression).
442+
* Preserves original column name for each column (even it was explicitly changed in [columnConverter] expression).
443443
*
444444
* For more information: {@include [DocumentationUrls.Convert]}
445445
*

0 commit comments

Comments
 (0)