diff --git a/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/SafeType.kt b/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/SafeType.kt index 1c7b0991a..b76589164 100644 --- a/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/SafeType.kt +++ b/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/SafeType.kt @@ -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] */