Skip to content

Commit 3b6707a

Browse files
committed
fix typo in comment
1 parent 382d6df commit 3b6707a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/internal/operators/OperatorMulticast.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class OperatorMulticast<T, R> extends ConnectableObservable<R> {
4646

4747
/** Guarded by guard. */
4848
private Subscriber<T> subscription;
49-
// wraps subscription above with for unsubscription using guard
49+
// wraps subscription above for unsubscription using guard
5050
private Subscription guardedSubscription;
5151

5252
public OperatorMulticast(Observable<? extends T> source, final Func0<? extends Subject<? super T, ? extends R>> subjectFactory) {

0 commit comments

Comments
 (0)