Skip to content

Commit

Permalink
Auto merge of #27495 - tshepang:patch-6, r=Gankro
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 3, 2015
2 parents 76ba3f0 + 8d331ba commit 1fe32ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,8 +1199,8 @@ An example of an `enum` item and its use:

```
enum Animal {
Dog,
Cat
Dog,
Cat,
}
let mut a: Animal = Animal::Dog;
Expand Down

0 comments on commit 1fe32ca

Please sign in to comment.