File tree 1 file changed +2
-2
lines changed
Firestore/Source/Public/FirebaseFirestore
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ NS_SWIFT_NAME(SnapshotListenOptions)
61
61
- (instancetype )init NS_DESIGNATED_INITIALIZER;
62
62
63
63
/* *
64
- * Creates and returns a new `SnapshotListenOptions` object with with all properties of the current
64
+ * Creates and returns a new `SnapshotListenOptions` object with all properties of the current
65
65
* `SnapshotListenOptions` object plus the new property specifying whether metadata-only changes
66
66
* should trigger snapshot events
67
67
*
@@ -70,7 +70,7 @@ NS_SWIFT_NAME(SnapshotListenOptions)
70
70
- (FIRSnapshotListenOptions *)optionsWithIncludeMetadataChanges:(BOOL )includeMetadataChanges;
71
71
72
72
/* *
73
- * Creates and returns a new `SnapshotListenOptions` object with with all properties of the current
73
+ * Creates and returns a new `SnapshotListenOptions` object with all properties of the current
74
74
* `SnapshotListenOptions` object plus the new property specifying the source that the snapshot
75
75
* listener listens to.
76
76
*
You can’t perform that action at this time.
0 commit comments