Skip to content

Commit

Permalink
Making User class final in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Oct 13, 2014
1 parent 5934114 commit 95b66e7
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 @@ -521,7 +521,7 @@ extension Alamofire.Request {
```

```swift
class User: ResponseObjectSerializable {
final class User: ResponseObjectSerializable {
let username: String
let name: String

Expand Down

0 comments on commit 95b66e7

Please sign in to comment.