Fix common misspellings
This commit is contained in:
committed by
Nikolay Krasko
parent
33961acb8d
commit
686cfa6fd2
@@ -3,7 +3,7 @@ enum class A(val c: Int) {
|
||||
ONE(1),
|
||||
TWO(2),
|
||||
THREE(3),
|
||||
FOURTY_TWO();
|
||||
FORTY_TWO();
|
||||
|
||||
constructor(): this(42)
|
||||
}
|
||||
Reference in New Issue
Block a user