From 15f8d460587813ea855fd760ce50707264fd1c67 Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Mon, 14 Oct 2019 17:55:40 -0400 Subject: [PATCH] Fix docs for MultiSlice::multi_slice_move --- src/slice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slice.rs b/src/slice.rs index 6cd80d1d4..58bff48b5 100644 --- a/src/slice.rs +++ b/src/slice.rs @@ -643,7 +643,7 @@ where /// The type of the slices created by `.multi_slice_move()`. type Output; - /// Slice the raw view into multiple raw views, and dereference them. + /// Split the view into multiple disjoint slices. /// /// **Panics** if performing any individual slice panics or if the slices /// are not disjoint (i.e. if they intersect).