Skip to content

Commit 3817034

Browse files
authored
fix a typo (#970)
fix a typo caused in the merge a2a109b (0ccfd6a)
1 parent 0ccfd6a commit 3817034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Example/Tests/Local/FSTQueryCacheTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ - (FSTQueryData *)queryDataWithQuery:(FSTQuery *)query
424424
resumeToken:resumeToken];
425425
}
426426

427-
- (void)addMatchingKey:(cons DocumentKey &)key
427+
- (void)addMatchingKey:(const DocumentKey &)key
428428
forTargetID:(FSTTargetID)targetID
429429
group:(FSTWriteGroup *)group {
430430
FSTDocumentKeySet *keys = [FSTDocumentKeySet keySet];

0 commit comments

Comments
 (0)