Update attributes-kt/src/commonMain/kotlin/space/kscience/attributes/SafeType.kt

Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com>
This commit is contained in:
SPC-code 2024-03-08 10:07:54 +03:00 committed by GitHub
parent 5dea38eef8
commit e7d8b94889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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]
*/