spelling: positively

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:43:30 -05:00
parent 039ee91238
commit 94eeae4b28

View File

@ -478,7 +478,7 @@ array slice(
// If strides are negative, slice and then make a copy with axes flipped // If strides are negative, slice and then make a copy with axes flipped
if (negatively_strided_axes.size() > 0) { 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( auto out = array(
out_shape, out_shape,
a.dtype(), a.dtype(),