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

map document may introduce misunderstanding #49

Closed
touchft opened this issue Oct 7, 2020 · 0 comments
Closed

map document may introduce misunderstanding #49

touchft opened this issue Oct 7, 2020 · 0 comments

Comments

@touchft
Copy link

touchft commented Oct 7, 2020

"""
map(f, observable::AbstractObservable, args...)
Creates a new observable ref which contains the result of f applied to
values extracted from args
. The second argument observable must be an observable ref for dispatch reasons.
....
"""

The above italic text may introduce misunderstanding. Suggested correction will be:

applied to value contained in second argument observable and values extracted from following args

timholy added a commit that referenced this issue Jan 9, 2021
This adds cross-references, examples, expands detail, and rewords for
greater clarity. Some argument names are modified for more intiutive
interpretation.

Fixes #49.
timholy added a commit that referenced this issue Jan 20, 2021
This adds cross-references, examples, expands detail, and rewords for
greater clarity. Some argument names are modified for more intiutive
interpretation.

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

No branches or pull requests

1 participant