From 430da8ac0993be4e9ca1ead9ba7ac4e6f6c492cc Mon Sep 17 00:00:00 2001 From: jkasun Date: Mon, 15 Apr 2019 20:34:39 +0530 Subject: [PATCH] JS Doc Fix --- src/base-apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base-apis.js b/src/base-apis.js index 59e0f432f..6750e7823 100644 --- a/src/base-apis.js +++ b/src/base-apis.js @@ -891,7 +891,7 @@ MatrixBaseApis.prototype.sendStateEvent = function(roomId, eventType, content, s /** * @param {string} roomId * @param {string} eventId - * @param {string=} txnId transaction id. One will be made up if not + * @param {string} [txnId] transaction id. One will be made up if not * supplied. * @param {module:client.callback} callback Optional. * @return {module:client.Promise} Resolves: TODO