Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public func decode<T: JSONDeserializable>(_ dictionary: JSONDictionary, key: Str

// Decode the model. This will call the initializer in the protocol for the
// expected type. If decoding fails in the model, this will also throw the
// appropriate erros.
// appropriate errors.
return try decode(value)
}
```
Expand Down