Skip to content

Commit e5375b1

Browse files
authored
Fix typo in ViewAnnotationManager.swift
1 parent 2c1291d commit e5375b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapboxMaps/Annotations/ViewAnnotationManager.swift

Lines changed: 1 addition & 1 deletion
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)