Skip to content

Commit

Permalink
Fix description of LanesIter in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 committed Oct 11, 2018
1 parent 5bf68cf commit e8a413a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iterators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ impl<'a, A, D> ExactSizeIterator for IndexedIterMut<'a, A, D>
}
}

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

0 comments on commit e8a413a

Please sign in to comment.