Skip to content

Commit

Permalink
Merge branch 'master' into bufferCount-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh authored Oct 25, 2016
2 parents 1787b6e + 6ffd7cd commit eb11bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observable/ConnectableObservable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class RefCountSubscriber<T> extends Subscriber<T> {
// Compare the local RefCountSubscriber's connection Subscription to the
// connection Subscription on the shared ConnectableObservable. In cases
// where the ConnectableObservable source synchronously emits values, and
// the RefCountSubscriber's dowstream Observers synchronously unsubscribe,
// the RefCountSubscriber's downstream Observers synchronously unsubscribe,
// execution continues to here before the RefCountOperator has a chance to
// supply the RefCountSubscriber with the shared connection Subscription.
// For example:
Expand Down

0 comments on commit eb11bb8

Please sign in to comment.