From c58e5d92a5e2f811ae17e29f6b06b7b161d5ef84 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Tue, 26 Mar 2019 22:25:57 +0530 Subject: [PATCH] Tag->TagContent --- tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`