You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""
map(f, observable::AbstractObservable, args...)
Creates a new observable ref which contains the result of fapplied 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
The text was updated successfully, but these errors were encountered:
This adds cross-references, examples, expands detail, and rewords for
greater clarity. Some argument names are modified for more intiutive
interpretation.
Fixes#49.
This adds cross-references, examples, expands detail, and rewords for
greater clarity. Some argument names are modified for more intiutive
interpretation.
Fixes#49.
"""
map(f, observable::AbstractObservable, args...)
Creates a new observable ref which contains the result of
f
applied tovalues 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 argsThe text was updated successfully, but these errors were encountered: