Skip to content

Commit e7ed96c

Browse files
committed
AggregateQuerySnapshot.java: minor change to javadocs for getCount()
1 parent dcf5ec3 commit e7ed96c

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/AggregateQuerySnapshot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public AggregateQuery getQuery() {
4343
return query;
4444
}
4545

46-
/** Returns the number of documents in the result set of the query. */
46+
/** Returns the number of documents in the result set of the underlying query. */
4747
public long getCount() {
4848
return count;
4949
}

0 commit comments

Comments
 (0)