Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Jan 19, 2015
1 parent 67c4370 commit 73048f0
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 @@ -136,7 +136,7 @@ case .Failure:

```swift
if let error = failable.error {
println("error: \(failable.error)")
println("error: \(error)")
} else {
println("token: \(failable.value)")
}
Expand Down

0 comments on commit 73048f0

Please sign in to comment.