Skip to content

Commit e4044ce

Browse files
committed
Fixes reference to axis_windows in docs
1 parent 5373073 commit e4044ce

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
@@ -1524,7 +1524,7 @@ impl<A, D: Dimension> ArrayRef<A, D>
15241524
/// stride along an axis.
15251525
///
15261526
/// Note that a calling this method with a stride of 1 is equivalent to
1527-
/// calling [`ArrayBase::axis_windows()`].
1527+
/// calling [`ArrayRef::axis_windows()`].
15281528
pub fn axis_windows_with_stride(&self, axis: Axis, window_size: usize, stride_size: usize)
15291529
-> AxisWindows<'_, A, D>
15301530
{

0 commit comments

Comments
 (0)