Skip to content

Commit cf1a9ce

Browse files
ada4aakern40
authored andcommitted
typo
1 parent dbaebd0 commit cf1a9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ impl<A, D: Dimension> ArrayRef<A, D>
208208
/// memory layout. Otherwise, the layout of the output array is unspecified.
209209
/// If you need a particular layout, you can allocate a new array with the
210210
/// desired memory layout and [`.assign()`](Self::assign) the data.
211-
/// Alternatively, you can collectan iterator, like this for a result in
211+
/// Alternatively, you can collect an iterator, like this for a result in
212212
/// standard layout:
213213
///
214214
/// ```

0 commit comments

Comments
 (0)