Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 3e35897

Browse files
Merge pull request #492 from 38elements/master
Update distinct.md
2 parents 5000b2b + e307dba commit 3e35897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api/core/operators/distinct.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### `Rx.Observable.prototype.distinct([keySelector], [keySerializer])`
1+
### `Rx.Observable.prototype.distinct([keySelector], [comparer])`
22
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/distinct.js "View in source")
33

44
Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer. Usage of this operator should be considered carefully due to the maintenance of an internal lookup structure which can grow large.

0 commit comments

Comments
 (0)