Skip to content

Commit

Permalink
Adding missing space (/thanks @samsoffes)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Aug 27, 2012
1 parent 42d0fb5 commit 4adda10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2012-08-13-nsincrementalstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ And yet, `NSIncrementalStore` is arguably the most important thing to come out o

## At Last, A Foothold Into Core Data

`NSIncrementalStore` is an abstract subclass of `NSPersistentStore` designed to "create persistent stores which load and save data incrementally, allowing for the management of large and/or shared datasets". And while that may not sound like much, consider that nearly all of the database adapters we rely on load incrementally from large, shared data stores.What we have here is a goddamned miracle.
`NSIncrementalStore` is an abstract subclass of `NSPersistentStore` designed to "create persistent stores which load and save data incrementally, allowing for the management of large and/or shared datasets". And while that may not sound like much, consider that nearly all of the database adapters we rely on load incrementally from large, shared data stores. What we have here is a goddamned miracle.

For those of you not as well-versed in Core Data, here's some background:

Expand Down

0 comments on commit 4adda10

Please sign in to comment.