Merge remote-tracking branch 'github/dev' into dev

This commit is contained in:
Alexander Nozik 2024-03-08 10:07:28 +03:00
commit 5dea38eef8

View File

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