julia
7262534f
- Fix mapreduce_first docstring error (#42832)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#42832 - Doc: Fix mapreduce_first docstring error
Author
st--
Parents
4fa07cd0
Loading