Skip to content

Commit 341d202

Browse files
committed
resolve comment
1 parent 8ee0775 commit 341d202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/gold-ways-yell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
'firebase': minor
55
---
66

7-
Support multiple inequality in compound queries.
7+
Added support for multiple inequality in compound queries.

packages/firestore/src/model/target_index_matcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class TargetIndexMatcher {
152152
return false;
153153
}
154154

155-
// Only a single inequality is currently supported. Get the only entry in the map.
155+
// Only a single inequality is currently supported. Get the only entry in the set.
156156
const inequalityFilter = this.inequalityFilters.getIterator().getNext();
157157
// If there is an inequality filter and the field was not in one of the
158158
// equality filters above, the next segment must match both the filter

0 commit comments

Comments
 (0)