From 916ab601a8c31b590789932eb5efca6296cceead Mon Sep 17 00:00:00 2001 From: Derek Meer Date: Wed, 1 Aug 2018 21:56:39 -0700 Subject: [PATCH] modified comments slightly Signed-off-by: Derek Meer --- src/github.com/matrix-org/dendrite/appservice/routing/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/appservice/routing/user.go b/src/github.com/matrix-org/dendrite/appservice/routing/user.go index 4f9a8e863..70e8d7017 100644 --- a/src/github.com/matrix-org/dendrite/appservice/routing/user.go +++ b/src/github.com/matrix-org/dendrite/appservice/routing/user.go @@ -14,7 +14,7 @@ type URIToUIDResponse struct { } // URIToUID implements `/_matrix/app/r0/user?uri={url_encoded_uri}`, which -// enables users to contact appservice users directly by taking an encoded +// enables users to contact App Service users directly by taking an encoded // URI and turning it into a Matrix ID on the homeserver. // https://matrix.org/docs/spec/application_service/unstable.html#user-ids // tel://123.1234 -> @tel_//123.1234:matrix.org