Skip to content

Commit 5dc62e6

Browse files
authored
Tweak documentation for into_raw_vec_and_offset (#1432)
1 parent 7843a3b commit 5dc62e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_owned_array.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ where D: Dimension
7979

8080
/// Return a vector of the elements in the array, in the way they are
8181
/// stored internally, and the index in the vector corresponding to the
82-
/// logically first element of the array (or 0 if the array is empty).
82+
/// logically first element of the array (or None if the array is empty).
8383
///
8484
/// If the array is in standard memory layout, the logical element order
8585
/// of the array (`.iter()` order) and of the returned vector will be the same.

0 commit comments

Comments
 (0)