File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Unreleased
2+ - [ fixed] Fixed compiler warning about ` @param comparator ` (#10226 ).
3+
4+ # 9.6.0
25- [ added] Expose client side indexing feature with ` FIRFirestore.setIndexConfigurationFromJSON ` and
36 ` FIRFirestore.setIndexConfigurationFromStream ` (#10090 ).
47- [ fixed] Fixed high CPU usage whenever Firestore was in use (#10168 ).
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ namespace util {
3636 *
3737 * @param existing - The elements that exist in the original set.
3838 * @param new_entries - The elements to diff against the original set.
39- * @param comparator - The comparator for the elements in before and after.
39+ * @param cmp - The comparator for the elements in before and after.
4040 * @param on_add - A function to invoke for every element that is part of `
4141 * after` but not `before`.
4242 * @param on_remove - A function to invoke for every element that is part of
You can’t perform that action at this time.
0 commit comments