From 7d9772dd43482a927dd3051e55fe9cffadf7d89d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 6 Jun 2024 01:15:18 +0900 Subject: [PATCH] chore: update JvmInlineAnnotation.kt lanugages -> languages --- .../src/main/kotlin/org/example/detekt/JvmInlineAnnotation.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detekt-rules/src/main/kotlin/org/example/detekt/JvmInlineAnnotation.kt b/detekt-rules/src/main/kotlin/org/example/detekt/JvmInlineAnnotation.kt index bf0edb5f7..76059949d 100644 --- a/detekt-rules/src/main/kotlin/org/example/detekt/JvmInlineAnnotation.kt +++ b/detekt-rules/src/main/kotlin/org/example/detekt/JvmInlineAnnotation.kt @@ -34,7 +34,7 @@ class JvmInlineAnnotation(config: Config) : Rule(config) { CorrectableCodeSmell( issue, Entity.from(klass), - "Kotlin inline value classes are not compatible with other jvm lanugages.", + "Kotlin inline value classes are not compatible with other jvm languages.", emptyList(), listOf(Entity.from(klass)), false