Skip to content

Commit ec072b0

Browse files
committed
fix one more doc
1 parent 7e5aef0 commit ec072b0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/blockarray.jl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,11 @@ Constructs a `BlockArray` with uninitialized blocks from a block type `R` with s
102102
```jldoctest; setup = quote using BlockArrays end
103103
julia> BlockArray(undef_blocks, Matrix{Float64}, [1,3], [2,2])
104104
2×2-blocked 4×4 BlockArray{Float64,2}:
105-
#undef │ #undef #undef #undef
106-
--------┼------------------------
107-
#undef │ #undef #undef #undef
108-
#undef │ #undef #undef #undef
109-
--------┼------------------------
110-
#undef │ #undef #undef #undef
105+
#undef #undef │ #undef #undef
106+
────────────────┼────────────────
107+
#undef #undef │ #undef #undef
108+
#undef #undef │ #undef #undef
109+
#undef #undef │ #undef #undef
111110
```
112111
"""
113112
@inline BlockArray(::UndefBlocksInitializer, ::Type{R}, block_sizes::Vararg{AbstractVector{Int}, N}) where {T, N, R<:AbstractArray{T,N}} =

0 commit comments

Comments
 (0)