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

Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com>
This commit is contained in:
SPC-code
2024-03-08 10:06:30 +03:00
committed by GitHub
parent fcb7e2fa7d
commit dcf5b19d80

View File

@@ -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 {
/**