Skip to content

Commit 34dd86d

Browse files
committed
docs: doc edit
1 parent 5a0f868 commit 34dd86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dimension/dimension_trait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub trait Dimension:
178178
/// **Panics** if `Self` has a fixed size that is not `ndim`.
179179
fn zeros(ndim: usize) -> Self;
180180

181-
/// Returns the first valid index in the dimension, or `None` if any axis has length 0.
181+
/// Returns the first valid index in the dimension
182182
#[inline]
183183
fn first_index(&self) -> Option<Self>
184184
{

0 commit comments

Comments
 (0)