Skip to content

Commit 635f57a

Browse files
Merge pull request #1711 from Kotlin/korroFix
fixed korro
2 parents 00016b5 + 9351e9f commit 635f57a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ tasks.withType<org.jetbrains.dokka.gradle.AbstractDokkaLeafTask> {
356356
korro {
357357
docs = fileTree(rootProject.rootDir) {
358358
include("docs/StardustDocs/topics/*.md")
359+
include("docs/StardustDocs/topics/concepts/*.md")
359360
}
360361

361362
samples = fileTree(project.projectDir) {

docs/StardustDocs/topics/concepts/apiLevels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ there's a tab selector that allows switching between Access APIs.
119119
<!---FUN extensionProperties1-->
120120

121121
```kotlin
122-
val df = DataFrame.read("titanic.csv")
122+
val df /* : AnyFrame */ = DataFrame.read("titanic.csv")
123123
```
124124

125125
<!---END-->

0 commit comments

Comments
 (0)