Skip to content

Commit 9352bb8

Browse files
committed
Fix typo in Chunk.js
1 parent 4610113 commit 9352bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Chunk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Chunk.prototype.canBeIntegrated = function(other) {
201201
};
202202

203203
Chunk.prototype.integratedSize = function(other, options) {
204-
// Chunk if it's possible to integrate this chunks
204+
// Chunk if it's possible to integrate this chunk
205205
if(!this.canBeIntegrated(other)) {
206206
return false;
207207
}

0 commit comments

Comments
 (0)