diff --git a/src/pmap.jl b/src/pmap.jl index db3dde9ecb5733..8111223fdd3f1d 100644 --- a/src/pmap.jl +++ b/src/pmap.jl @@ -242,7 +242,7 @@ julia> b, c = Distributed.head_and_tail(1:10, 3) ([1, 2, 3], Base.Iterators.Rest{UnitRange{Int64},Int64}(1:10, 3)) julia> collect(c) -7-element Array{Int64,1}: +7-element Vector{Int64}: 4 5 6