Fix Typo: equals() & hashCode(), toString() are written with the first uppercase letter
^KT-41390 Fixed
This commit is contained in:
@@ -1949,8 +1949,8 @@ action.Kotlin.ClearScratch.text=Clear Kotlin Scratch
|
||||
action.Kotlin.ClearScratch.description=Clear kotlin scratch
|
||||
action.Kotlin.RunScratch.text=Run Kotlin Scratch
|
||||
action.Kotlin.RunScratch.description=Run kotlin scratch
|
||||
action.KotlinGenerateToString.text=ToString()
|
||||
action.KotlinGenerateEqualsAndHashCode.text=Equals() and HashCode()
|
||||
action.KotlinGenerateToString.text=toString()
|
||||
action.KotlinGenerateEqualsAndHashCode.text=equals() and hashCode()
|
||||
action.KotlinGenerateSecondaryConstructor.text=Secondary Constructor
|
||||
action.KotlinGenerateDataMethod.text=Parameters Function
|
||||
action.KotlinGenerateTearDownMethod.text=TearDown Function
|
||||
|
||||
Reference in New Issue
Block a user