Skip to content

Commit c352a2e

Browse files
Update forwarding_counting_query_engine.ts
1 parent eea6982 commit c352a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/local/forwarding_counting_query_engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { MutationQueue } from '../../../src/local/mutation_queue';
2727

2828
/**
2929
* A test-only query engine that forwards all calls to the query engine
30-
* provided at construction time, while exposing to the number of documents and
30+
* provided at construction time, while exposing the number of documents and
3131
* mutations read.
3232
*/
3333
export class ForwardingCountingQueryEngine implements QueryEngine {

0 commit comments

Comments
 (0)