Skip to content

Commit 52afb83

Browse files
committed
Fix documentation of AbstractArrayOfSimilarArrays
1 parent c576573 commit 52afb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_of_similar_arrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is a part of ArraysOfArrays.jl, licensed under the MIT License (MIT).
22

33
@doc doc"""
4-
AbstractArrayOfSimilarArrays{T,M,N} <: AbstractArray{AbstractArray{T,M},N}
4+
AbstractArrayOfSimilarArrays{T,M,N} <: AbstractArray{<:AbstractArray{T,M},N}
55
66
An array that contains arrays that have the same size/axes. The array is
77
internally stored in flattened form as some kind of array of dimension

0 commit comments

Comments
 (0)