Skip to content

Commit c404532

Browse files
cocoyealjorgemmsilva
authored andcommitted
event: fix typo (ethereum#29749)
typo: of -> or
1 parent 695ef4a commit c404532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event/multisub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package event
1818

1919
// JoinSubscriptions joins multiple subscriptions to be able to track them as
20-
// one entity and collectively cancel them of consume any errors from them.
20+
// one entity and collectively cancel them or consume any errors from them.
2121
func JoinSubscriptions(subs ...Subscription) Subscription {
2222
return NewSubscription(func(unsubbed <-chan struct{}) error {
2323
// Unsubscribe all subscriptions before returning

0 commit comments

Comments
 (0)