Skip to content

Commit 0fb53cf

Browse files
Fixed typo
1 parent a350da0 commit 0fb53cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aliases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ pub type ArcArray5<A> = ArcArray<A, Ix5>;
204204
/// six-dimensional shared ownership array
205205
pub type ArcArray6<A> = ArcArray<A, Ix6>;
206206
/// dynamic-dimensional shared ownership array
207-
pub type ArcArray6<A> = ArcArray<A, IxDyn>;
207+
pub type ArcArrayD<A> = ArcArray<A, IxDyn>;

0 commit comments

Comments
 (0)