mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
spelling: positively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -478,7 +478,7 @@ array slice(
|
||||
|
||||
// If strides are negative, slice and then make a copy with axes flipped
|
||||
if (negatively_strided_axes.size() > 0) {
|
||||
// First, take the slice of the positvely strided axes
|
||||
// First, take the slice of the positively strided axes
|
||||
auto out = array(
|
||||
out_shape,
|
||||
a.dtype(),
|
||||
|
||||
Reference in New Issue
Block a user