Skip to content

Commit e8a413a

Browse files
committed
Fix description of LanesIter in docs
1 parent 5bf68cf commit e8a413a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iterators/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ impl<'a, A, D> ExactSizeIterator for IndexedIterMut<'a, A, D>
504504
}
505505
}
506506

507-
/// An iterator that traverses over all dimensions but the innermost,
508-
/// and yields each inner row.
507+
/// An iterator that traverses over all axes but one, and yields a view for
508+
/// each lane along that axis.
509509
///
510510
/// See [`.lanes()`](../struct.ArrayBase.html#method.lanes) for more information.
511511
pub struct LanesIter<'a, A: 'a, D> {

0 commit comments

Comments
 (0)