Fixed typo in KotlinUtils.kt seperate -> separate

This commit is contained in:
Molina Atienza, Rose 2017-09-21 08:21:34 +01:00 committed by Mike Hearn
parent f5c9fd8f44
commit 128d5cad0a

View File

@ -14,7 +14,7 @@ import kotlin.reflect.KProperty
// READ ME FIRST:
// This is a collection of public utilities useful only for Kotlin code. Think carefully before adding anything here and
// make sure it's tested and documented. If you're looking to add a public utility that is also relevant to Java then
// don't put it here but in a seperate file called Utils.kt
// don't put it here but in a separate file called Utils.kt
//
/** Like the + operator but throws [ArithmeticException] in case of integer overflow. */