Review comments

This commit is contained in:
Kegan Dougal
2016-12-22 17:09:41 +00:00
parent 3c43e2718d
commit 76e76269cf
+1 -1
View File
@@ -596,7 +596,7 @@ module.exports.MatrixHttpApi.prototype = {
* @param {object=} opts.headers extra request headers
*
* @param {number=} opts.localTimeoutMs client-side timeout for the
* request. Default timeout if undefined.
* request. Default timeout if falsy.
*
* @param {function=} opts.bodyParser function to parse the body of the
* response before passing it to the promise and callback.