File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
firestore/src/include/firebase/firestore Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ enum class AggregateSource {
3232 * considering any local state. That is, documents in the local cache are not
3333 * taken into consideration, neither are local modifications not yet
3434 * synchronized with the server. Previously-downloaded results, if any, are
35- * not used: every request using this source necessarily involves a round trip
35+ * not used. Every request using this source necessarily involves a round trip
3636 * to the server.
3737 *
3838 * The AggregateQuery will fail if the server cannot be reached, such as if
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ class Query {
152152 *
153153 * Using the returned query to count the documents is efficient because only
154154 * the final count, not the documents' data, is downloaded. The returned query
155- * can even count the documents if the result set would be prohibitively large
156- * to download entirely (e.g. thousands of documents).
155+ * can count the documents in cases where the result set is prohibitively
156+ * large to download entirely (thousands of documents).
157157 *
158158 * @return An aggregate query that counts the documents in the result set of
159159 * this query.
You can’t perform that action at this time.
0 commit comments