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

Commit 72b5819

Browse files
2 parents 2e476e3 + 7935f16 commit 72b5819

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/core/operators/flatmaplatest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### `Rx.Observable.prototype.flatMapLatest(selector, [thisArg])`
22
### `Rx.Observable.prototype.switchMap(selector, [thisArg])`
33
### `Rx.Observable.prototype.selectSwitch(selector, [thisArg])`
4-
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/flatmaplatest.js "View in source")
4+
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/selectswitch.js "View in source")
55

66
Transform the items emitted by an Observable into Observables, and mirror those items emitted by the most-recently transformed Observable.
77

@@ -46,7 +46,7 @@ var subscription = source.subscribe(
4646
### Location
4747

4848
File:
49-
- [`/src/core/linq/observable/flatmaplatest.js`](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/flatmaplatest.js)
49+
- [`/src/core/linq/observable/selectswitch.js`](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/selectswitch.js)
5050

5151
Dist:
5252
- [`rx.all.js`](https://github.com/Reactive-Extensions/RxJS/blob/master/dist/rx.all.js)

0 commit comments

Comments
 (0)