Skip to content

Commit 7629634

Browse files
committed
1 parent acd5c43 commit 7629634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/match-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ let arr = [1, 2, 3];
147147
match arr {
148148
[1, _, _] => "starts with one",
149149
[a, b, c] => "starts with something else",
150-
}
150+
};
151151
```
152152
```rust
153153
// Dynamic size

0 commit comments

Comments
 (0)