Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/core/operators/debounce.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### `Rx.Observable.prototype.debounce(durationSelector)` ###
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/debounce.js "View in source")

Emits an item from the source Observable after a particular timespan has passed without the Observable omitting any other items.
Emits an item from the source Observable after a particular timespan has passed without the Observable emitting any other items.

--OR--

Expand Down