Skip to content

Commit d55e366

Browse files
committed
Missed a size
1 parent 4788090 commit d55e366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/abstractarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ function _typed_hvcat(::Type{T}, rows::Tuple{Vararg{Int}}, as...) where T
19691969
            Aj = as[a+j-1]
19701970
            szj = cat_size(Aj, 2)
19711971
            if cat_size(Aj, 1!= szi
1972-
                throw(ArgumentError("mismatched height in block row $(i) (expected $szi, got $(size(Aj,1)))"))
1972+
                throw(ArgumentError("mismatched height in block row $(i) (expected $szi, got $(cat_size(Aj, 1)))"))
19731973
            end
19741974
rend, cend = r-1+szi, c-1+szi
19751975
            if cend > nc

0 commit comments

Comments
 (0)