Skip to content

Commit

Permalink
docs: fix miss typed operator name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangeok authored and dbrattli committed Nov 6, 2022
1 parent 624260a commit 592869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Operator
:func:`skip_until <reactivex.operators.skip_until>` Discard items emitted by an Observable until a second Observable emits an item.
:func:`skip_while <reactivex.operators.skip_while>` Discard items emitted by an Observable until a specified condition becomes false.
:func:`take_until <reactivex.operators.take_until>` Discard items emitted by an Observable after a second Observable emits an item or terminates.
:func:`take_whle <reactivex.operators.take_while>` Discard items emitted by an Observable after a specified condition becomes false.
:func:`take_while <reactivex.operators.take_while>` Discard items emitted by an Observable after a specified condition becomes false.
================================================================= ================================================

Mathematical and Aggregate Operators
Expand Down

0 comments on commit 592869b

Please sign in to comment.