Skip to content

Commit

Permalink
Fix typo in IdentityTransformStream comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Sep 12, 2022
1 parent e5fe3bb commit 765e543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/standards/streams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class IdentityTransformStream extends TransformStream<
controller.byobRequest?.respond(0);
});
} else if (value.byteLength > 0) {
// Ensure chunk if non-empty before enqueuing:
// Ensure chunk is non-empty before enqueuing:
// https://github.com/cloudflare/miniflare/issues/374
controller.enqueue(value);
}
Expand Down

0 comments on commit 765e543

Please sign in to comment.