diff --git a/doc/api/core/operators/debounce.md b/doc/api/core/operators/debounce.md index ca1636c97..7ec11318b 100644 --- a/doc/api/core/operators/debounce.md +++ b/doc/api/core/operators/debounce.md @@ -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--