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

Correct argument name and indentation in selectMany docs#881

Merged
mattpodwysocki merged 3 commits intoReactive-Extensions:masterfrom
Widdershin:patch-1
Aug 27, 2015
Merged

Correct argument name and indentation in selectMany docs#881
mattpodwysocki merged 3 commits intoReactive-Extensions:masterfrom
Widdershin:patch-1

Conversation

@Widdershin
Copy link
Copy Markdown
Contributor

Resubmitting after tidying up all whitespace in file to be 2 space (and fixing a bug I introduced).

Previously, the name of the argument being passed in to the selectMany with selector example was count, when it should have been x.

Previously, the name of the argument being passed in to the selectMany with selector example was `count`, when it should have been `x`. The example was also improperly aligned. I have indented it to 4 spaces.
@ghost
Copy link
Copy Markdown

ghost commented Aug 27, 2015

Hi @Widdershin, I'm your friendly neighborhood Microsoft Open Technologies, Inc. Pull Request Bot (You can call me MSOTBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, MSOTBOT;

@ghost ghost added the cla-not-required label Aug 27, 2015
mattpodwysocki added a commit that referenced this pull request Aug 27, 2015
Correct argument name and indentation in selectMany docs
@mattpodwysocki mattpodwysocki merged commit baf7fa9 into Reactive-Extensions:master Aug 27, 2015
@Widdershin Widdershin deleted the patch-1 branch August 27, 2015 22:01
bouzuya pushed a commit to bouzuya/RxJS that referenced this pull request Mar 23, 2016
The previous implementation had issues with only calling the source function one time when scheduled. Since bindCallback shares its result with all subscribers, it is multicast, that means that it would need to maintain a list of subscribers internally. In leiu of that, I'm using AsyncSubject (which might need a better name)

closes Reactive-Extensions#881
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants