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

Commit 3963b79

Browse files
committed
[docs] fix delayWithSelector prototypo
1 parent 5e8a9aa commit 3963b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/delaywithselector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### `Rx.Observable.delayWithSelector.delay([subscriptionDelay], delayDurationSelector)`
1+
### `Rx.Observable.prototype.delayWithSelector([subscriptionDelay], delayDurationSelector)`
22
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/delaywithselector.js "View in source")
33

44
Time shifts the observable sequence by dueTime. The relative time intervals between the values are preserved.

0 commit comments

Comments
 (0)