Skip to content

Commit 2bd8206

Browse files
committed
clarify IxDyn doc
1 parent e8a259d commit 2bd8206

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/aliases.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ pub type Ix6 = Dim<[Ix; 6]>;
7171
/// // We can index into a, b using fixed size arrays:
7272
/// a[[0, 0, 0, 0]] = 0.;
7373
/// b[[0, 2, 3]] = a[[0, 0, 2, 3]];
74-
///
75-
/// // Note: It will panic at runtime if the number of indices given does
74+
/// // Note: indexing will panic at runtime if the number of indices given does
7675
/// // not match the array.
7776
///
7877
/// // We can keep them in the same vector because both the arrays have

0 commit comments

Comments
 (0)