Skip to content

Commit

Permalink
Merge pull request JohnSundell#81 from arthurhammer/patch-1
Browse files Browse the repository at this point in the history
Fix missing return type in README
  • Loading branch information
JohnSundell authored Jun 18, 2016
2 parents a7736ce + f353a1a commit 2b53588
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 2b53588

Please sign in to comment.