Skip to content

Commit 07cd70d

Browse files
Fix typo in comment (#2274)
1 parent 0cec349 commit 07cd70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/index_free_query_engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class IndexFreeQueryEngine implements QueryEngine {
6969
'setLocalDocumentsView() not called'
7070
);
7171

72-
// Queries that match all document don't benefit from using
72+
// Queries that match all documents don't benefit from using
7373
// IndexFreeQueries. It is more efficient to scan all documents in a
7474
// collection, rather than to perform individual lookups.
7575
if (query.matchesAllDocuments()) {

0 commit comments

Comments
 (0)