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

Commit 5ad5569

Browse files
committed
Fix debounce description in documentation
1 parent e49f2b5 commit 5ad5569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/debounce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### `Rx.Observable.prototype.throttle(dueTime, [scheduler])` **DEPRECATED** ###
44
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/debounce.js "View in source")
55

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

88
#### Arguments
99
1. `dueTime` *(`Number`)*: Duration of the throttle period for each value (specified as an integer denoting milliseconds).

0 commit comments

Comments
 (0)