Skip to content

Commit 5db283e

Browse files
committed
Kotlin: Fix comment
1 parent 261ae4e commit 5db283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ open class KotlinUsesExtractor(
303303
when (p) {
304304
is IrClass -> extractExternalClassLater(p)
305305
is IrExternalPackageFragment -> {
306-
// The parent is a (multi)file class. We don't need
306+
// The parent is a (multi)file class. We don't need to
307307
// extract it separately.
308308
}
309309
else -> {

0 commit comments

Comments
 (0)