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

Commit e307dba

Browse files
committed
Update distinct.md
1 parent 5000b2b commit e307dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/core/operators/distinct.md

Lines changed: 1 addition & 1 deletion
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)