diff --git a/src/impl_methods.rs b/src/impl_methods.rs index 10b2be01a..788388aca 100644 --- a/src/impl_methods.rs +++ b/src/impl_methods.rs @@ -1443,8 +1443,8 @@ where } /// Transform the array into `shape`; any shape with the same number of - /// elements is accepted, but the source array or view must be - /// contiguous, otherwise we cannot rearrange the dimension. + /// elements is accepted, but the source array or view must be in standard + /// or column-major (Fortran) layout. /// /// **Errors** if the shapes don't have the same number of elements.
/// **Errors** if the input array is not c- or f-contiguous.