Skip to content

Commit 2a92848

Browse files
authored
Merge pull request #1513 from IngridMorstrad/patch-1
Update destructure_slice.md
2 parents 78e3603 + 79bfbda commit 2a92848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_control/match/destructuring/destructure_slice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arrays/slices
22

3-
In like manner to tuples, arrays and slices can be destructured this way:
3+
Like tuples, arrays and slices can be destructured this way:
44

55
```rust,editable
66
fn main() {

0 commit comments

Comments
 (0)