Skip to content

Commit

Permalink
docs: remove typo in OperatorSubscriber.ts (#6469)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucavb committed Jun 11, 2021
1 parent 3d251be commit 9e67be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/OperatorSubscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Subscriber } from '../Subscriber';

/**
* A generic helper for allowing operators to be created with a Subscriber and
* use closures to capture neceessary state from the operator function itself.
* use closures to capture necessary state from the operator function itself.
*/
export class OperatorSubscriber<T> extends Subscriber<T> {
/**
Expand Down

0 comments on commit 9e67be6

Please sign in to comment.