Skip to content

Commit 0a69a2a

Browse files
committed
compat 1.9 not 1.8
1 parent a0b1f00 commit 0a69a2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/abstractarray.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,14 +2591,14 @@ This has the same order of elements as [`Iterators.flatten`](@ref)`(iter)`.
25912591
25922592
With keyword `dims::Integer`, instead the `i`th element of `iter` becomes the slice
25932593
[`selectdim`](@ref)`(result, dims, i)`, so that `size(result, dims) == length(iter)`.
2594-
This reverses the action of [`eachslice`](@ref) with the same `dims`.
2594+
In this case `stack` reverses the action of [`eachslice`](@ref) with the same `dims`.
25952595
25962596
Functions [`vcat`](@ref) and [`hvcat`](@ref) also combine arrays, but work
25972597
mostly by extending their existing dimensions, rather than placing the arrays
25982598
along new dimensions.
25992599
2600-
!!! compat "Julia 1.8"
2601-
This function requires at least Julia 1.8.
2600+
!!! compat "Julia 1.9"
2601+
This function requires at least Julia 1.9.
26022602
26032603
# Examples
26042604
```jldoctest

0 commit comments

Comments
 (0)