File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
- (void )array : (FirebaseArray *)array didAddObject : (id )object atIndex : (NSUInteger )index ;
39
39
40
40
/* *
41
- * Delegate method which is called whenever an object is chinged in a
41
+ * Delegate method which is called whenever an object is changed in a
42
42
* FirebaseArray. On a FirebaseArray synchronized to a Firebase reference,
43
43
* this corresponds to a @c FIRDataEventTypeChildChanged event being raised.
44
44
* @param object The object that changed in the FirebaseArray
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ didFailLoadWithError:(NSError *)error;
132
132
133
133
/* *
134
134
* Initializes a FirebaseIndexArray with an index query and a data query.
135
- * The array expects the keys of the children of the index query to be children
135
+ * The array expects the keys of the children of the index query to match exactly children
136
136
* of the data query.
137
137
* @param index A Firebase database query whose childrens' keys are all children
138
138
* of the data query.
You can’t perform that action at this time.
0 commit comments