From 79bfbda4f3bd6a82b9222ba61f0c9e45446f044e Mon Sep 17 00:00:00 2001 From: IngridMorstrad Date: Mon, 28 Feb 2022 02:40:30 -0800 Subject: [PATCH] Update destructure_slice.md Fix text --- src/flow_control/match/destructuring/destructure_slice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {