From 6f9c8c300750e70bc53f3ee193fa4401494bf6b1 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 12 Oct 2016 11:24:14 +0100 Subject: [PATCH] Apparently that jsdoc syntax is not valid --- lib/http-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http-api.js b/lib/http-api.js index 172b89c80..aa691067b 100644 --- a/lib/http-api.js +++ b/lib/http-api.js @@ -587,7 +587,7 @@ module.exports.MatrixHttpApi.prototype = { * @param {object|string} data * @param {object=} opts * - * @param {boolean=true} opts.json Json-encode data before sending, and + * @param {boolean} [opts.json=true] Json-encode data before sending, and * decode response on receipt. (We will still json-decode error * responses, even if this is false.) *