From 4812be9142753b2966b6eaa9bb20a58801672d62 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 7 Jul 2016 15:58:20 +0100 Subject: [PATCH] Missing . --- specification/client_server_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 00024e42..17a86922 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -117,7 +117,7 @@ Some requests have unique error codes: Sent when a threepid given to an API cannot be used because the same threepid is already in use. :``M_THREEPID_NOT_FOUND``: - Sent when a threepid given to an API cannot be used because no record matching the threepid was found + Sent when a threepid given to an API cannot be used because no record matching the threepid was found. :``M_SERVER_NOT_TRUSTED``: The client's request used a third party server, eg. ID server, that this server does not trust.