From 803ef536ba64178b6468084c24aa9cddc7835017 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 6 Aug 2018 15:58:30 +0100 Subject: [PATCH] Fix grammar in room tag spec Have removed the second clause about how the client interprets them: I was trying to think how to rephrase it but I think in reality it's probably just redundant. --- specification/modules/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/modules/tags.rst b/specification/modules/tags.rst index 8c74c55f..f965c2e8 100644 --- a/specification/modules/tags.rst +++ b/specification/modules/tags.rst @@ -41,7 +41,7 @@ after the rooms with that tag that have an ``order`` key. The name of a tag MUST not exceed 255 bytes. -Tags namespaces are defined in the following way, depending on how the client are expected to interpret them: +The tag namespace is defined as follows: * The namespace ``m.*`` is reserved for tags defined in the Matrix specification. Clients must ignore any tags in this namespace they don't understand.