comment spacing fix

This commit is contained in:
Ryan Castner 2020-04-06 17:24:23 -04:00
parent 86a4911502
commit 2a2c269ebb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const ReadyStates = {
export default class WebChannel {
constructor() {
this._rawChannel = null; // WebSocket or RTCDataChannel object
this._rawChannel = null; // WebSocket or RTCDataChannel object
this._rQi = 0; // Receive queue index
this._rQlen = 0; // Next write position in the receive queue