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

Commit b099ef0

Browse files
committed
Fix link in debounce.md
1 parent 5644eec commit b099ef0

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
@@ -1,7 +1,7 @@
11
### `Rx.Observable.prototype.debounce(dueTime, [scheduler])` ###
22
### `Rx.Observable.prototype.throttleWithTimeout(dueTime, [scheduler])` ###
33
### `Rx.Observable.prototype.throttle(dueTime, [scheduler])` **DEPRECATED** ###
4-
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/throttle.js "View in source")
4+
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/debounce.js "View in source")
55

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

0 commit comments

Comments
 (0)