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 ff5d7f145..9d186acf1 100644 --- a/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/Attributes.kt +++ b/attributes-kt/src/commonMain/kotlin/space/kscience/attributes/Attributes.kt @@ -6,7 +6,7 @@ package space.kscience.attributes /** - * 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 { /**