Skip to content

Commit

Permalink
Update StyleManager.swift (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjleonard37 authored Jan 21, 2025
1 parent 129a10d commit d376c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Style/StyleManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public class StyleManager {
/// }
/// ```
///
/// - Warning: Avoind having strong references to `MapboxMap` or `MapView` in your custom content as it will lead to strong reference cycles.
/// - Warning: Avoid having strong references to `MapboxMap` or `MapView` in your custom content as it will lead to strong reference cycles.
///
/// See more information in the <doc:Declarative-Map-Styling>.
public func setMapStyleContent(@MapStyleContentBuilder content: () -> some MapStyleContent) {
Expand Down

0 comments on commit d376c5c

Please sign in to comment.