Skip to content

Commit

Permalink
Correct the example code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 8, 2014
1 parent bf6c142 commit 8c4aedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active/0000-remove-priv.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remaining case, private enum variants, can be rewritten as such:
// priv Baz,
// }

enum Foo {
pub enum Foo {
Bar,
Baz(BazInner)
}
Expand Down

0 comments on commit 8c4aedc

Please sign in to comment.