From 783e6d2435687a5a1add56b797cb89ac17757be2 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Thu, 14 Oct 2021 17:11:19 -0300 Subject: [PATCH] format: rephrasing comment --- lib/Livechat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Livechat.js b/lib/Livechat.js index f2dd158e..f71df66d 100644 --- a/lib/Livechat.js +++ b/lib/Livechat.js @@ -132,7 +132,7 @@ class Livechat extends EventEmitter { } }); - // Amount of time we should wait to poll the chat again. + // How long we should wait to poll the chat again. if (continuation_contents.liveChatContinuation.continuations[0].timedContinuationData) { this.poll_intervals_ms = continuation_contents.liveChatContinuation.continuations[0].timedContinuationData.timeoutMs; } else {