File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,13 +240,13 @@ for the iOS platform (and our specific requirements):
240240 A. [Main App] An observer (typically a ViewController) initializes a ResultsController, and subscribes to it's callbacks
241241 B. [Yosemite] ResultsController listens to Storage Layer changes that match the target criteria (Entity / Predicate)
242242 C. [Yosemite] Whenever there are changes, the observer gets notified
243- D. [Yosemite] ResultsController *grants ReadOnly Access* to the stored entityes
243+ D. [Yosemite] ResultsController *grants ReadOnly Access* to the stored entities
244244
245245 3. Observing a Single Entity
246246
247247 EntityListener >> Observer
248248
249- A. [Main App] An observer initializes an EntityListener instance with a especific ReadOnly Entity.
249+ A. [Main App] An observer initializes an EntityListener instance with a specific ReadOnly Entity.
250250 B. [Yosemite] EntityListener hooks up to the Storage Layer, and listens to changes matching it's criteria.
251251 C. [Yosemite] Whenever an Update / Deletion OP is performed on the target entity, the Observer is notified.
252252
You can’t perform that action at this time.
0 commit comments