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

Commit 1ca472c

Browse files
Merge pull request #828 from paulpdaniels/patch-5
Fix Typo
2 parents 0afc032 + a2a1917 commit 1ca472c

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,7 +1,7 @@
11
### <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

4-
Returns the values from the source observable sequence until the other observable sequence produces a value.
4+
Returns the values from the source observable sequence until the end time.
55

66
#### Arguments
77
1. `endTime` *(`Date` | `Number`)*: Time to stop taking elements from the source sequence. If this value is less than or equal to the current time, the result stream will complete immediately.

0 commit comments

Comments
 (0)