diff --git a/kandy-lets-plot/build.gradle.kts b/kandy-lets-plot/build.gradle.kts index 539a5e93..02abbdd0 100644 --- a/kandy-lets-plot/build.gradle.kts +++ b/kandy-lets-plot/build.gradle.kts @@ -87,7 +87,7 @@ korro { afterSample.set("\n") funSuffix("_dataframe") { - replaceText("NAME", "Dataframe") + replaceText("NAME", "DataFrame") } funSuffix("_collections") { replaceText("NAME", "Collections") @@ -95,4 +95,4 @@ korro { beforeGroup.set("\n") afterGroup.set("") } -} \ No newline at end of file +}