diff --git a/src/flow_control/match/destructuring/destructure_slice.md b/src/flow_control/match/destructuring/destructure_slice.md index e9d7ff6852..54552972a0 100644 --- a/src/flow_control/match/destructuring/destructure_slice.md +++ b/src/flow_control/match/destructuring/destructure_slice.md @@ -1,6 +1,6 @@ # arrays/slices -In like manner to tuples, arrays and slices can be destructured this way: +Like tuples, arrays and slices can be destructured this way: ```rust,editable fn main() {