fix: typo within pushChunk

This commit is contained in:
jamesgeorge007 2019-08-09 23:22:26 +05:30
parent 133862b5e3
commit 71055c8699
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class ChunkGroup {
/**
* add a chunk into ChunkGroup. Is pushed on or prepended
* @param {Chunk} chunk chunk being pushed into ChunkGroupS
* @returns {boolean} returns true if chunk addition was ssuccesful.
* @returns {boolean} returns true if chunk addition was successful.
*/
pushChunk(chunk) {
const oldIdx = this.chunks.indexOf(chunk);