Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires authored and Jesse Squires committed Oct 17, 2015
1 parent c57108c commit cdc8924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JSQCoreDataKit/JSQCoreDataKit/CoreDataExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public typealias PersistentStoreOptions = [NSObject : AnyObject]


/**
Attempts to commit unsaved changes to registered objects to the specified context's parent store.
Attempts to commit unsaved changes to registered objects in the context.
This function is performed in a block on the context's queue. If the context has no changes,
then this function returns immediately and the completion block is not called.

Expand Down
2 changes: 1 addition & 1 deletion JSQCoreDataKit/JSQCoreDataKit/CoreDataStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Foundation
An instance of `CoreDataStack` encapsulates the entire Core Data stack.
It manages the managed object model, the persistent store coordinator, and managed object contexts.

It is composed of a main context and a background context
It is composed of a main context and a background context.
These two contexts operate on the main queue and a private background queue, respectively.
The background context is the root level context, which is connected to the persistent store coordinator.
The main context is a child of the background context.
Expand Down

0 comments on commit cdc8924

Please # to comment.