1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-18 05:42:00 +03:00

fix jsdoc thinko

This commit is contained in:
Matthew Hodgson
2015-11-07 17:28:37 +00:00
parent dc7d2698b7
commit 8771ced8e4

View File

@@ -637,7 +637,7 @@ MatrixClient.prototype.setRoomTopic = function(roomId, topic, callback) {
/** /**
* @param {string} roomId * @param {string} roomId
* @param {string} name of room tag to be set * @param {string} tagName name of room tag to be set
* @param {object} metadata associated with that tag to be stored * @param {object} metadata associated with that tag to be stored
* @param {module:client.callback} callback Optional. * @param {module:client.callback} callback Optional.
* @return {module:client.Promise} Resolves: TODO * @return {module:client.Promise} Resolves: TODO
@@ -656,7 +656,7 @@ MatrixClient.prototype.setRoomTag = function(roomId, tagName, metadata, callback
/** /**
* @param {string} roomId * @param {string} roomId
* @param {string} name of room tag to be removed * @param {string} tagName name of room tag to be removed
* @param {module:client.callback} callback Optional. * @param {module:client.callback} callback Optional.
* @return {module:client.Promise} Resolves: TODO * @return {module:client.Promise} Resolves: TODO
* @return {module:http-api.MatrixError} Rejects: with an error response. * @return {module:http-api.MatrixError} Rejects: with an error response.