Skip to content

Commit

Permalink
fix jldoctest example in mapreduce(...) (#29604)
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr authored and KristofferC committed Oct 19, 2018
1 parent 0ba31aa commit 3b7be23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reducedim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ julia> mapreduce(isodd, *, a, dims=1)
1×4 Array{Bool,2}:
false false false false
julia> mapreduce(isodd, |, true, a, dims=1)
julia> mapreduce(isodd, |, a, dims=1)
1×4 Array{Bool,2}:
true true true true
```
Expand Down

0 comments on commit 3b7be23

Please sign in to comment.