From 00505d099a85065b50131cfa506dd87d86b1b100 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Mon, 22 Aug 2016 18:07:10 +0100 Subject: [PATCH] change type of Client.options --- src/client/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.js b/src/client/Client.js index 547163e7..7ada15f2 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -19,7 +19,7 @@ class Client extends EventEmitter { /** * Creates an instance of Client. - * @param {Object} [options] options to pass to the client + * @param {ClientOptions} [options] options to pass to the client */ constructor(options) { super();