Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca96d55

Browse files
committed
Typo
1 parent 636e15f commit ca96d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ class KotlinFileExtractor(val logger: FileLogger, val tw: FileTrapWriter, val fi
424424
extractClassInstance(c, typeArgs)
425425
}
426426
// we don't have an "external dependencies" extractor yet,
427-
// so for now we extract thr source class for those too
427+
// so for now we extract the source class for those too
428428
if (c.origin == IrDeclarationOrigin.IR_EXTERNAL_DECLARATION_STUB ||
429429
c.origin == IrDeclarationOrigin.IR_EXTERNAL_JAVA_DECLARATION_STUB) {
430430
extractClassSource(c)

0 commit comments

Comments
 (0)