Skip to content

Commit

Permalink
chore: fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Sep 24, 2020
1 parent 7c583ce commit 509478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/multicast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function multicast<T, R>(
// Intentionally terse code: Subscribe to the result of the selector,
// then immediately connect the source through the subject, adding
// that to the resulting subscription. The act of subscribing with `this`,
// the primary destination subscriber, will automatically add the subcription
// the primary destination subscriber, will automatically add the subscription
// to the result.
selector(subject).subscribe(subscriber).add(source.subscribe(subject));
});
Expand Down

0 comments on commit 509478c

Please sign in to comment.