Skip to content

Commit 5585202

Browse files
committed
fix typo in name
swift name filter -> filtered
1 parent cfe8b4b commit 5585202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Source/Public/FIRQuery.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ NS_SWIFT_NAME(Query)
266266
* @return The created `FIRQuery`.
267267
*/
268268
// clang-format off
269-
- (FIRQuery *)queryFilteredUsingPredicate:(NSPredicate *)predicate NS_SWIFT_NAME(filter(using:));
269+
- (FIRQuery *)queryFilteredUsingPredicate:(NSPredicate *)predicate NS_SWIFT_NAME(filtered(using:));
270270
// clang-format on
271271

272272
#pragma mark - Sorting Data

0 commit comments

Comments
 (0)