Skip to content

Commit

Permalink
Fix eachslice docstring typo (#52926)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanning committed Jan 18, 2024
1 parent 8562af5 commit 8c49e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/slicearray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ end
eachslice(A::AbstractArray; dims, drop=true)
Create a [`Slices`](@ref) object that is an array of slices over dimensions `dims` of `A`, returning
views that select all the data from the other dimensions in `A`. `dims` can either by an
views that select all the data from the other dimensions in `A`. `dims` can either be an
integer or a tuple of integers.
If `drop = true` (the default), the outer `Slices` will drop the inner dimensions, and
Expand Down

0 comments on commit 8c49e5e

Please sign in to comment.