Browse Source

Making User class final in example

Mattt Thompson 11 years ago
parent
commit
95b66e777f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -521,7 +521,7 @@ extension Alamofire.Request {
 ```
 
 ```swift
-class User: ResponseObjectSerializable {
+final class User: ResponseObjectSerializable {
     let username: String
     let name: String