Skip to content

Commit

Permalink
style(RefCountSubscriber): typo (#2079)
Browse files Browse the repository at this point in the history
looking to be the 100th contributor
  • Loading branch information
PatrickJS authored and benlesh committed Oct 25, 2016
1 parent 260d335 commit 6ffd7cd
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 6ffd7cd

Please sign in to comment.