We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4610113 commit 9352bb8Copy full SHA for 9352bb8
lib/Chunk.js
@@ -201,7 +201,7 @@ Chunk.prototype.canBeIntegrated = function(other) {
201
};
202
203
Chunk.prototype.integratedSize = function(other, options) {
204
- // Chunk if it's possible to integrate this chunks
+ // Chunk if it's possible to integrate this chunk
205
if(!this.canBeIntegrated(other)) {
206
return false;
207
}
0 commit comments