JuliaGizmos / Observables.jl

observable refs
Other
105 stars 32 forks source link

`map` document may introduce misunderstanding #49

Closed touchft closed 3 years ago

touchft commented 4 years ago

""" 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