emitted instead of emmitted
This commit is contained in:
Deniz Susman
2021-07-19 23:19:52 +02:00
committed by GitHub
parent 5579f1dc87
commit 3f62dec84a

View File

@@ -1612,7 +1612,7 @@ function flushSegment(
// Assign an ID to refer to the future content by.
boundary.rootSegmentID = request.nextSegmentId++;
if (boundary.completedSegments.length > 0) {
// If this is at least partially complete, we can queue it to be partially emmitted early.
// If this is at least partially complete, we can queue it to be partially emitted early.
request.partialBoundaries.push(boundary);
}