Skip to content

Commit

Permalink
Merge pull request #116 from khasinski/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
evermeer authored Aug 17, 2016
2 parents 6654b98 + af94d17 commit 86267db
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 @@ -332,7 +332,7 @@ func testValidation() {
```

### What to do when you use object enheritance
You can deserialize json to an object that uses enheritance. When the properties are specified as the base class, then the correct specific object type will be returned by the function getSecificType. See the sample code below or the unit test in EVReflectionEnheritanceTests.swift
You can deserialize json to an object that uses enheritance. When the properties are specified as the base class, then the correct specific object type will be returned by the function `getSpecificType`. See the sample code below or the unit test in EVReflectionEnheritanceTests.swift

```
class Quz: EVObject {
Expand Down

0 comments on commit 86267db

Please sign in to comment.