Skip to content

Commit

Permalink
Update src/mapreduce.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Schouten <rafaelschouten@gmail.com>
  • Loading branch information
meggart and rafaqz authored Oct 18, 2024
1 parent 50a6528 commit 243f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapreduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ macro implement_mapreduce(t)
end


# Implementation for special cases for special cases and if fallback breaks in future julia versions
# Implementation for special cases and if fallback breaks in future julia versions

for fname in [:sum,:prod,:all,:any,:minimum,:maximum]
@eval function Base.$fname(f::Function, v::AbstractDiskArray)
Expand Down

0 comments on commit 243f872

Please sign in to comment.