Skip to content

Commit

Permalink
reference: follow idiom in this tiny snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 3, 2015
1 parent ea5cc76 commit 8d331ba
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 8d331ba

Please sign in to comment.