Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Mar 15, 2024
1 parent 939a521 commit fc3c9dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ NS_SWIFT_NAME(SnapshotListenOptions)
- (instancetype)init NS_DESIGNATED_INITIALIZER;

/**
* Creates and returns a new `SnapshotListenOptions` object with with all properties of the current
* Creates and returns a new `SnapshotListenOptions` object with all properties of the current
* `SnapshotListenOptions` object plus the new property specifying whether metadata-only changes
* should trigger snapshot events
*
Expand All @@ -70,7 +70,7 @@ NS_SWIFT_NAME(SnapshotListenOptions)
- (FIRSnapshotListenOptions *)optionsWithIncludeMetadataChanges:(BOOL)includeMetadataChanges;

/**
* Creates and returns a new `SnapshotListenOptions` object with with all properties of the current
* Creates and returns a new `SnapshotListenOptions` object with all properties of the current
* `SnapshotListenOptions` object plus the new property specifying the source that the snapshot
* listener listens to.
*
Expand Down

0 comments on commit fc3c9dd

Please sign in to comment.