From 76e76269cfeb7044cb304bc4aebae1f562e2bec2 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 22 Dec 2016 17:09:41 +0000 Subject: [PATCH] Review comments --- 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 2a5be70f8..35dcbb4c7 100644 --- a/lib/http-api.js +++ b/lib/http-api.js @@ -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.