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

Commit e49f2b5

Browse files
committed
Fix takeUntilWithTime description in documentation
1 parent 429f6cb commit e49f2b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)