Skip to content

Commit e159d94

Browse files
authored
Fix typo (#12565)
1 parent 939a521 commit e159d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firestore/Source/Public/FirebaseFirestore/FIRSnapshotListenOptions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ NS_SWIFT_NAME(SnapshotListenOptions)
6161
- (instancetype)init NS_DESIGNATED_INITIALIZER;
6262

6363
/**
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
6565
* `SnapshotListenOptions` object plus the new property specifying whether metadata-only changes
6666
* should trigger snapshot events
6767
*
@@ -70,7 +70,7 @@ NS_SWIFT_NAME(SnapshotListenOptions)
7070
- (FIRSnapshotListenOptions *)optionsWithIncludeMetadataChanges:(BOOL)includeMetadataChanges;
7171

7272
/**
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
7474
* `SnapshotListenOptions` object plus the new property specifying the source that the snapshot
7575
* listener listens to.
7676
*

0 commit comments

Comments
 (0)