We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129a10d commit d376c5cCopy full SHA for d376c5c
Sources/MapboxMaps/Style/StyleManager.swift
@@ -439,7 +439,7 @@ public class StyleManager {
439
/// }
440
/// ```
441
///
442
- /// - 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.
443
444
/// See more information in the <doc:Declarative-Map-Styling>.
445
public func setMapStyleContent(@MapStyleContentBuilder content: () -> some MapStyleContent) {
0 commit comments