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";