Welcome! Please see the About page for a little more info on how this works.
This is a trivial change that allows a transducer to be provided as the first argument to clojure.core.async/into. This feels like a common use case ... transforming values and conj'ing them into a collection, as with {{(transduce xform conj [] ch)}}.
Comment made by: hlewisship
This fixes two typos I, of course, didn't notice until after submitting.
Patch 3 doesn't include the change to CONTRIBUTING.md