Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jverkoey opened this issue Jan 19, 2017 · 1 comment
Open
Labels

Comments

@jverkoey
Copy link

jverkoey commented Jan 19, 2017

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?

@DavidMGross
Copy link
Collaborator

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants