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

Commit 6a3c247

Browse files
Merge pull request #617 from urmastalimaa/fix_docs
Fix docs
2 parents 429f6cb + 5ad5569 commit 6a3c247

2 files changed

Lines changed: 2 additions & 2 deletions

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).

doc/api/core/operators/takeuntilwithtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### <a id="rxobservableprototypetakeuntilwithtimeendtime-scheduler"></a>`Rx.Observable.prototype.takeUntilWithTime(other)`
1+
### <a id="rxobservableprototypetakeuntilwithtimeendtime-scheduler"></a>`Rx.Observable.prototype.takeUntilWithTime(endTime, [scheduler])`
22
<a href="#rxobservableprototypetakeuntilwithtimeendtime-scheduler">#</a> [&#x24C8;](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/takeuntil.js "View in source")
33

44
Returns the values from the source observable sequence until the other observable sequence produces a value.

0 commit comments

Comments
 (0)