reactivex.github.io icon indicating copy to clipboard operation
reactivex.github.io copied to clipboard

http://reactivex.io/documentation/operators.html "mapTo" points to "map"

Open jverkoey opened this issue 8 years ago • 1 comments

It seems that mapTo has a specific meaning in the rxjs docs: http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html#instance-method-mapTo but the reactivex docs links to the map operator. Should there be a specific mapTo page in the reactivex docs?

jverkoey avatar Jan 19 '17 21:01 jverkoey

I think the Map page is a good place to describe the mapTo operator. The web pages group operators that have similar functions, and mapTo is similar enough to map that it makes sense for them to be described in the same place.

I note that currently there's no entry for mapTo in the RxJS accordion on the Map page, though, so that needs fixing. (Though, as per #247, we'll probably end up just referring people to the more-maintained RxJS docs.)

DavidMGross avatar Jan 19 '17 23:01 DavidMGross