Modify wrong code

Eliseo Juan Quintanilla
2017-01-03 16:27:29 +01:00
parent fef861a615
commit d15e579b0a

@@ -9,8 +9,8 @@ CoreStore.defaultStack = DataStack(
Adding a store: Adding a store:
```swift ```swift
do { do {
try CoreStore.addSQLiteStore( try CoreStore.addStorage(
fileName: "MyStore.sqlite", SQLiteStore(fileName: "MyStore.sqlite"),
completion: { (result) -> Void in completion: { (result) -> Void in
// ... // ...
} }