From c3b5767999d25a10cded15dd03ecfde4b01f37c5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 10 Jul 2019 12:19:12 +0100 Subject: [PATCH] update comment to reflect right version --- src/http-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http-api.js b/src/http-api.js index c90847d8b..f0d9ed016 100644 --- a/src/http-api.js +++ b/src/http-api.js @@ -47,7 +47,7 @@ module.exports.PREFIX_R0 = "/_matrix/client/r0"; module.exports.PREFIX_UNSTABLE = "/_matrix/client/unstable"; /** - * URI path for the identity API + * URI path for v1 of the the identity API */ module.exports.PREFIX_IDENTITY_V1 = "/_matrix/identity/api/v1";