diff --git a/tags.go b/tags.go index 7c159ab..956fb11 100644 --- a/tags.go +++ b/tags.go @@ -14,7 +14,7 @@ package gomatrix -// Tag contains the data for an m.tag message type +// TagContent contains the data for an m.tag message type // https://matrix.org/docs/spec/client_server/r0.4.0.html#m-tag type TagContent struct { Tags map[string]TagProperties `json:"tags"`