format: rephrasing comment

This commit is contained in:
LuanRT
2021-10-14 17:11:19 -03:00
parent 0b11e441ff
commit 783e6d2435

View File

@@ -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 {