Fix copy/paste error

This commit is contained in:
user 2018-08-08 21:18:44 +01:00
parent 39900623b8
commit 48f034af14

View file

@ -109,7 +109,7 @@ func (a *AppServiceQueryAPI) RoomAliasExists(
}
// UserIDExists performs a request to '/users/{userID}' on all known
// handling application services until one admits to owning the room
// handling application services until one admits to owning the user ID
func (a *AppServiceQueryAPI) UserIDExists(
ctx context.Context,
request *api.UserIDExistsRequest,