fix comments

This commit is contained in:
John Estropia
2020-04-15 16:49:45 +09:00
parent 4049e1944a
commit a7568eebdb
4 changed files with 33 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ extension FieldContainer {
/**
The containing type for stored property values. Any type that conforms to `FieldStorableType` are supported.
```
class Animal: CoreStoreObject {
class Person: CoreStoreObject {
@Field.Stored("title")
var title: String = "Mr."