Skip to content

Commit

Permalink
Fix docs for MultiSlice::multi_slice_move
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 committed Oct 15, 2019
1 parent 92db6c3 commit 7152ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 7152ada

Please sign in to comment.