Skip to content

Commit

Permalink
compat 1.9 not 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Mar 27, 2022
1 parent a0b1f00 commit 0a69a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2591,14 +2591,14 @@ This has the same order of elements as [`Iterators.flatten`](@ref)`(iter)`.
With keyword `dims::Integer`, instead the `i`th element of `iter` becomes the slice
[`selectdim`](@ref)`(result, dims, i)`, so that `size(result, dims) == length(iter)`.
This reverses the action of [`eachslice`](@ref) with the same `dims`.
In this case `stack` reverses the action of [`eachslice`](@ref) with the same `dims`.
Functions [`vcat`](@ref) and [`hvcat`](@ref) also combine arrays, but work
mostly by extending their existing dimensions, rather than placing the arrays
along new dimensions.
!!! compat "Julia 1.8"
This function requires at least Julia 1.8.
!!! compat "Julia 1.9"
This function requires at least Julia 1.9.
# Examples
```jldoctest
Expand Down

0 comments on commit 0a69a2a

Please sign in to comment.