We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e680d commit 23b99d0Copy full SHA for 23b99d0
firebase-firestore/src/main/java/com/google/firebase/firestore/core/Target.java
@@ -172,7 +172,7 @@ public Bound getLowerBound(FieldIndex fieldIndex) {
172
filterInclusive = false;
173
break;
174
default:
175
- // Remaining filters cannot be used as upper bounds.
+ // Remaining filters cannot be used as lower bounds.
176
}
177
178
if (max(segmentValue, filterValue) == filterValue) {
0 commit comments