From 946a0d371296888e99319ff826b3aca41c215927 Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Wed, 10 Jan 2024 18:03:32 +0000 Subject: [PATCH] fix 'in cases where' --- firestore/src/include/firebase/firestore/query.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firestore/src/include/firebase/firestore/query.h b/firestore/src/include/firebase/firestore/query.h index 04d67f8891..d4dab0bf01 100644 --- a/firestore/src/include/firebase/firestore/query.h +++ b/firestore/src/include/firebase/firestore/query.h @@ -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.