Skip to content

Commit 9add9d9

Browse files
committed
fix up doc comments
1 parent b9290fe commit 9add9d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseDatabaseUI/FirebaseArrayDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- (void)array:(FirebaseArray *)array didAddObject:(id)object atIndex:(NSUInteger)index;
3939

4040
/**
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
4242
* FirebaseArray. On a FirebaseArray synchronized to a Firebase reference,
4343
* this corresponds to a @c FIRDataEventTypeChildChanged event being raised.
4444
* @param object The object that changed in the FirebaseArray

FirebaseDatabaseUI/FirebaseIndexArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ didFailLoadWithError:(NSError *)error;
132132

133133
/**
134134
* 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
136136
* of the data query.
137137
* @param index A Firebase database query whose childrens' keys are all children
138138
* of the data query.

0 commit comments

Comments
 (0)