mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +00:00
Fixed typo in KotlinUtils.kt seperate -> separate
This commit is contained in:
parent
f5c9fd8f44
commit
128d5cad0a
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user