From a4b9f8c7ca4bc62ef252f2c2461b745895d679a2 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Wed, 3 Jun 2015 01:39:55 +0900 Subject: [PATCH] Updated Saving and processing transactions (markdown) --- Saving-and-processing-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Saving-and-processing-transactions.md b/Saving-and-processing-transactions.md index b4dfd5d..366e66b 100644 --- a/Saving-and-processing-transactions.md +++ b/Saving-and-processing-transactions.md @@ -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