Skip to content

Commit

Permalink
docs(rx): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbe812 authored Jan 21, 2023
1 parent a854813 commit 95176f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/rx/operators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Same as the former `pluck` operator from RxJS which got deprecated in RxJS v7.
A distinctUntilChanged operator that deeply compares any values efficiently

#### `rxWrap`:
A util-operator which ensures a shared and distinct observable is used. This operator combines under
A util-operator which ensures a shared and distinct observable is used which is also hot. This operator combines under
the hood `distinctUntilChanged`, `rxFilterUndefined` and `share`.

Example
Expand Down

0 comments on commit 95176f4

Please sign in to comment.