Updated Saving and processing transactions (markdown)

John Estropia
2015-06-03 01:39:55 +09:00
parent 6d6ce908c3
commit a4b9f8c7ca

@@ -103,7 +103,7 @@ CoreStore.beginAsynchronous { (transaction) -> Void in
transaction.commit()
}
```
*(For more about fetching, read [Fetching and querying](#fetch_query))*
*(For more about fetching, read [[Fetching and querying]])*
**Do not update an instance that was not created/fetched from the transaction.** If you have a reference to the object already, use the transaction's `edit(...)` method to get an editable proxy instance for that object:
```swift