Skip to content

Commit fda2f0b

Browse files
committed
improve comment's readability
1 parent 31a065a commit fda2f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/model/TargetIndexMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public boolean servedByIndex(FieldIndex index) {
195195
/** Returns a full matched field index for this target. */
196196
public FieldIndex buildTargetIndex() {
197197
// We want to make sure only one segment created for one field. For example, in case like
198-
// a == 3 and a > 2, index, a ASCENDING, will only be created once.
198+
// a == 3 and a > 2, Index: {a ASCENDING} will only be created once.
199199
Set<FieldPath> uniqueFields = new HashSet<>();
200200
List<FieldIndex.Segment> segments = new ArrayList<>();
201201

0 commit comments

Comments
 (0)