Skip to content

Commit

Permalink
fix 'in cases where'
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Jan 10, 2024
1 parent a9aaafb commit 946a0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firestore/src/include/firebase/firestore/query.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ class Query {
*
* Using the returned query to count the documents is efficient because only
* the final count, not the documents' data, is downloaded. The returned query
* can count the documents if the result set would be prohibitively large to
* download entirely (thousands of documents).
* can count the documents in cases where the result set is prohibitively
* large to download entirely (thousands of documents).
*
* @return An aggregate query that counts the documents in the result set of
* this query.
Expand Down

0 comments on commit 946a0d3

Please sign in to comment.