julia
7262534f - Fix mapreduce_first docstring error (#42832)

Commit
3 years ago
Fix mapreduce_first docstring error (#42832) The docstring of Base.mapreduce_first referred `reduce_first(op, f, x)`, but `reduce_first` is a 2-argument function, and it should refer to `mapreduce_first(f, op, x)` instead.
Author
Parents
Loading