Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Mar 24, 2018
1 parent acd5c43 commit 7629634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expressions/match-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ let arr = [1, 2, 3];
match arr {
[1, _, _] => "starts with one",
[a, b, c] => "starts with something else",
}
};
```
```rust
// Dynamic size
Expand Down

0 comments on commit 7629634

Please sign in to comment.