Skip to content

Commit 4052300

Browse files
committed
Kotlin: Fix spelling
1 parent 7ef2301 commit 4052300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2975,7 +2975,7 @@ open class KotlinFileExtractor(
29752975
val locId = tw.getLocation(s)
29762976
tw.writeStmts_block(blockId, parent, idx, callable)
29772977
tw.writeHasLocation(blockId, locId)
2978-
// For Kotlin < 2.3, s.delegate is not-nullable. Cast to a be nullable,
2978+
// For Kotlin < 2.3, s.delegate is not-nullable. Cast to be nullable,
29792979
// as a workaround to silence warnings for kotlin < 2.3 about the elvis
29802980
// operator being redundant.
29812981
// For Kotlin >= 2.3, the cast is redundant, so we need to silence that warning

0 commit comments

Comments
 (0)