We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cec349 commit 07cd70dCopy full SHA for 07cd70d
packages/firestore/src/local/index_free_query_engine.ts
@@ -69,7 +69,7 @@ export class IndexFreeQueryEngine implements QueryEngine {
69
'setLocalDocumentsView() not called'
70
);
71
72
- // Queries that match all document don't benefit from using
+ // Queries that match all documents don't benefit from using
73
// IndexFreeQueries. It is more efficient to scan all documents in a
74
// collection, rather than to perform individual lookups.
75
if (query.matchesAllDocuments()) {
0 commit comments