Skip to content

Commit d72e41d

Browse files
committed
fix Cyrillic symbol
1 parent 57726b8 commit d72e41d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/Analyze.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ class Analyze : TestBase() {
447447

448448
@Test
449449
@TransformDataFrameExpressions
450-
fun columnsFor_aсcessors() {
450+
fun columnsFor_accessors() {
451451
// SampleStart
452452
val name by columnGroup()
453453
val firstName by name.column<String>()

0 commit comments

Comments
 (0)