Skip to content

Commit e5de88a

Browse files
authored
Fix minor issues with swift doc (#2491)
1 parent d4370c8 commit e5de88a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/MapboxMaps/Annotations/AnnotationOrchestrator.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public final class AnnotationOrchestrator {
9191
/// - id: Optional string identifier for this manager.
9292
/// - layerPosition: Optionally set the `LayerPosition` of the layer managed.
9393
/// - clusterOptions: Optionally set the `ClusterOptions` to cluster the Point Annotations
94-
/// - onClusterTap: Closure that will be executed after the long press gesture processsed.
95-
/// - onClusterLongPress: Closure that will be executed after the tap gesture will be processed on the map
94+
/// - onClusterTap: Closure that will be executed after the tap gesture will be processed on the map.
95+
/// - onClusterLongPress: Closure that will be executed after the long press gesture processsed.
9696
/// - Returns: An instance of `PointAnnotationManager`
9797
public func makePointAnnotationManager(
9898
id: String = String(UUID().uuidString.prefix(5)),

Sources/MapboxMaps/Annotations/ViewAnnotationManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public protocol ViewAnnotationUpdateObserver: AnyObject {
3838
///
3939
/// Use `isHidden` property to determine whether a view is visible or not.
4040
/// - Parameters:
41-
/// - annotationViews: The annotation vies whose visibility changed.
41+
/// - annotationViews: The annotation views whose visibility changed.
4242
func visibilityDidChange(for annotationViews: [UIView])
4343
}
4444

0 commit comments

Comments
 (0)