diff --git a/tags.go b/tags.go index a5e4a95..c00685b 100644 --- a/tags.go +++ b/tags.go @@ -5,7 +5,7 @@ type Tag struct { Tags map[string]TagProperties `json:"tags"` } -// TagProperties contains the properties of an MTag +// TagProperties contains the properties of a Tag type TagProperties struct { Order float32 `json:"order,omitempty"` // Empty values must be neglected }