Skip to content
Merged

typo #1508

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/impl_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl<A, D: Dimension> ArrayRef<A, D>
/// memory layout. Otherwise, the layout of the output array is unspecified.
/// If you need a particular layout, you can allocate a new array with the
/// desired memory layout and [`.assign()`](Self::assign) the data.
/// Alternatively, you can collectan iterator, like this for a result in
/// Alternatively, you can collect an iterator, like this for a result in
/// standard layout:
///
/// ```
Expand Down