Welcome! Please see the About page for a little more info on how this works.

0 votes
in Docs by

The docstring for {{into}} does not have the correct names for the parameters. The parameter names in the arglist are {{to}}, {{from}} and {{xform}}, but the doctring refers to them as {{to-coll}} {{from-coll}}, and the docstring does not refer to the optional transducer, {{xform}} by name.

Approach: update docstring to reflect param names
Patch: CLJ-1875.patch
Screened by:

2 Answers

0 votes
by

Comment made by: alexmiller

The additional phrase at the end doesn't make sense to me. How about instead:

"A transducer, xform, may be supplied as an optional second argument."

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1875 (reported by marc)
...