Skip to content

Commit 3b7be23

Browse files
thchrKristofferC
authored andcommitted
fix jldoctest example in mapreduce(...) (#29604)
1 parent 0ba31aa commit 3b7be23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/reducedim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ julia> mapreduce(isodd, *, a, dims=1)
293293
1×4 Array{Bool,2}:
294294
false false false false
295295
296-
julia> mapreduce(isodd, |, true, a, dims=1)
296+
julia> mapreduce(isodd, |, a, dims=1)
297297
1×4 Array{Bool,2}:
298298
true true true true
299299
```

0 commit comments

Comments
 (0)