Skip to content

Commit d376c5c

Browse files
authored
Update StyleManager.swift (#2419)
1 parent 129a10d commit d376c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapboxMaps/Style/StyleManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ public class StyleManager {
439439
/// }
440440
/// ```
441441
///
442-
/// - Warning: Avoind having strong references to `MapboxMap` or `MapView` in your custom content as it will lead to strong reference cycles.
442+
/// - Warning: Avoid having strong references to `MapboxMap` or `MapView` in your custom content as it will lead to strong reference cycles.
443443
///
444444
/// See more information in the <doc:Declarative-Map-Styling>.
445445
public func setMapStyleContent(@MapStyleContentBuilder content: () -> some MapStyleContent) {

0 commit comments

Comments
 (0)