Merge remote-tracking branch 'github/dev' into dev

This commit is contained in:
Alexander Nozik 2024-03-08 10:19:20 +03:00
commit 203a350650

View File

@ -11,7 +11,7 @@ import kotlin.reflect.KType
import kotlin.reflect.typeOf
/**
* Safe variant ok Kotlin [KType] that ensures that the type parameter is of the same type ask [kType]
* Safe variant ok Kotlin [KType] that ensures that the type parameter is of the same type as [kType]
*
* @param kType raw [KType]
*/