From 67c6785aeb52171ac464fa901d738e7d8b94cc19 Mon Sep 17 00:00:00 2001 From: Frederik Banning <65158285+fbanning@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:44:43 +0100 Subject: [PATCH] Fix eachslice docstring typo --- base/slicearray.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/slicearray.jl b/base/slicearray.jl index e5a433cdb8d2a..de4272550bdb0 100644 --- a/base/slicearray.jl +++ b/base/slicearray.jl @@ -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