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 cfe8b4b commit 5585202Copy full SHA for 5585202
Firestore/Source/Public/FIRQuery.h
@@ -266,7 +266,7 @@ NS_SWIFT_NAME(Query)
266
* @return The created `FIRQuery`.
267
*/
268
// clang-format off
269
-- (FIRQuery *)queryFilteredUsingPredicate:(NSPredicate *)predicate NS_SWIFT_NAME(filter(using:));
+- (FIRQuery *)queryFilteredUsingPredicate:(NSPredicate *)predicate NS_SWIFT_NAME(filtered(using:));
270
// clang-format on
271
272
#pragma mark - Sorting Data
0 commit comments