This repository was archived by the owner on Apr 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ NuGet Packages:
5454- [ ` RxJS-JoinPatterns ` ] ( http://www.nuget.org/packages/RxJS-JoinPatterns )
5555
5656Unit Tests:
57- - [ /tests/observable/and .js] ( https://github.com/Reactive-Extensions/RxJS/blob/master/tests/observable/and .js )
57+ - [ /tests/observable/when .js] ( https://github.com/Reactive-Extensions/RxJS/blob/master/tests/observable/when .js )
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ NuGet Dependencies:
3030- [ ` and ` ] ( ../api/core/operators/and.md )
3131
3232### ` Pattern Instance Methods `
33- - [ ` then ` ] ( ../api/core/operators/thendo.md )
33+ - [ ` thenDo ` ] ( ../api/core/operators/thendo.md )
Original file line number Diff line number Diff line change 11 /**
22 * Matches when the observable sequence has an available value and projects the value.
33 *
4- * @param selector Selector that will be invoked for values in the source sequence.
4+ * @param { Function } selector Selector that will be invoked for values in the source sequence.
55 * @returns {Plan } Plan that produces the projected values, to be fed (with other plans) to the when operator.
66 */
77 observableProto . thenDo = function ( selector ) {
You can’t perform that action at this time.
0 commit comments