diff --git a/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/Attributes.kt b/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/Attributes.kt index 86d196f74..fb0706504 100644 --- a/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/Attributes.kt +++ b/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/Attributes.kt @@ -8,7 +8,7 @@ package space.kscience.attributes import kotlin.jvm.JvmInline /** - * A set of attributes. The implementation must guarantee that [content] keys correspond to its value types. + * A set of attributes. The implementation must guarantee that [content] keys correspond to their value types. */ public interface Attributes { /**