Skip to content

Commit

Permalink
Merge pull request #98 from HopperElec/patch-1
Browse files Browse the repository at this point in the history
Fix comment typo in ChannelMessages.ts
  • Loading branch information
mlomb authored Dec 17, 2023
2 parents 484d32e + b2c2c05 commit 055c68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/process/ChannelMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class ChannelMessages {

/**
* Process as much pending messages as possible. Not all are processed since the current open interval
* may receive more messages from the same author in the future (remember we are groping them by author).
* may receive more messages from the same author in the future (remember we are grouping them by author).
*/
process(fn: ProcessGroupFn) {
for (const interval of this.intervals) interval.process(fn, interval !== this.openInterval);
Expand Down

0 comments on commit 055c68c

Please sign in to comment.