Skip to content

Commit

Permalink
fix jldoctest example in mapreduce(...) (#29604)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b7be23)
  • Loading branch information
thchr authored and KristofferC committed Feb 20, 2020
1 parent e644ca4 commit 30afbf2
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 30afbf2

Please sign in to comment.