Skip to content

Commit 1f4a2b3

Browse files
Typo
1 parent 52877ae commit 1f4a2b3

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/core

1 file changed

+1
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/core/Target.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public Bound getLowerBound(FieldIndex fieldIndex) {
220220
: getAscendingBound(segment, endAt);
221221

222222
if (segmentBound.first == null) {
223-
// No upper segmentBound exists
223+
// No upper bound exists
224224
return null;
225225
}
226226

0 commit comments

Comments
 (0)