Skip to content

Commit

Permalink
add hvncat to the cat see also section (JuliaLang#47398)
Browse files Browse the repository at this point in the history
  • Loading branch information
udohjeremiah authored Nov 1, 2022
1 parent de7b6d5 commit e31aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ This allows one to construct block-diagonal matrices as `cat(matrices...; dims=(
and their higher-dimensional analogues.
The special case `dims=1` is [`vcat`](@ref), and `dims=2` is [`hcat`](@ref).
See also [`hvcat`](@ref), [`stack`](@ref), [`repeat`](@ref).
See also [`hvcat`](@ref), [`hvncat`](@ref), [`stack`](@ref), [`repeat`](@ref).
The keyword also accepts `Val(dims)`.
Expand Down

0 comments on commit e31aec0

Please sign in to comment.