From e7d8b948899b7aa0063c51a5e375b5243f594837 Mon Sep 17 00:00:00 2001 From: SPC-code <112205870+SPC-code@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:07:54 +0300 Subject: [PATCH] Update attributes-kt/src/commonMain/kotlin/space/kscience/attributes/SafeType.kt Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com> --- .../src/commonMain/kotlin/space/kscience/attributes/SafeType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] */