Skip to content

Commit 2b05794

Browse files
Merge pull request #56 from PallHaraldsson/patch-1
Doc fix - Update stackarray.jl
2 parents 3c4e7a2 + 922aead commit 2b05794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stackarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Definition and constructors:
33
"""
44
```julia
5-
StackArray{T,N,L,D} <: DenseTupleArray{T,N,L,D} <: DenseArray{T,N} <: AbstractArray{T,N}
5+
StackArray{T,N,L,D} <: DenseTupleArray{T,N,L,D} <: DenseStaticArray{T,N} <: DenseArray{T,N} <: AbstractArray{T,N}
66
```
77
`N`-dimensional dense stack-allocated array with elements of type `T`.
88

0 commit comments

Comments
 (0)