Fix common misspellings
This commit is contained in:
committed by
Nikolay Krasko
parent
33961acb8d
commit
686cfa6fd2
@@ -32,7 +32,7 @@ internal constructor(
|
||||
|
||||
/**
|
||||
* This overload exists just for sake of optimizations: in some cases we've just retrieved the old value,
|
||||
* so we don't need to scan through the peristent hashmap again
|
||||
* so we don't need to scan through the persistent hashmap again
|
||||
*/
|
||||
fun put(key: VariableDescriptor, value: D, oldValue: D?): S {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
|
||||
Reference in New Issue
Block a user