Skip to content

Commit 6bc29f3

Browse files
fix example markup
1 parent f5f222c commit 6bc29f3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private interface CommonRenameDocs
101101
* See also [renameToCamelCase] which renames all columns to "camelCase" format.
102102
*
103103
* Example:
104-
* ```
104+
* ```kotlin
105105
* df.rename("oldName1" to "newName1", "oldName2" to "newName2")
106106
* ```
107107
*

0 commit comments

Comments
 (0)