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

Commit cd5416e

Browse files
committed
Fix skipLastWithTime doc
1 parent 0f5a224 commit cd5416e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/skiplastwithtime.md

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

44
Bypasses a specified number of elements at the end of an observable sequence.

0 commit comments

Comments
 (0)