Skip to content

Commit

Permalink
Fix missing return type in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur authored Jun 18, 2016
1 parent a7736ce commit f353a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ enum Profession: Int, UnboxableEnum {
case Developer
case Astronaut

static func unboxFallbackValue() {
static func unboxFallbackValue() -> Profession {
return .Developer
}
}
Expand Down

0 comments on commit f353a1a

Please sign in to comment.