diff --git a/src/impl_methods.rs b/src/impl_methods.rs index 01a0a9a4d..0822ebd13 100644 --- a/src/impl_methods.rs +++ b/src/impl_methods.rs @@ -208,7 +208,7 @@ impl ArrayRef /// 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: /// /// ```