Skip to content

Commit

Permalink
Fix doc comment in Standard example (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjleonard37 committed May 21, 2024
1 parent 4b7a864 commit 451939d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class StandardStyleExample: UIViewController, ExampleProtocol {
mapView.mapboxMap.onStyleLoaded.observe { [weak self] _ in
guard let self else { return }

// Create and apply basic styling to the line layer, assign the layer to the "middle" slot
// Create and apply basic styling to the line layer, assign the layer to the "bottom" slot
var layer = LineLayer(id: "line-layer", source: "line-layer")
layer.lineColor = .constant(StyleColor.init(UIColor.orange))
layer.lineWidth = .constant(8)
Expand Down

0 comments on commit 451939d

Please sign in to comment.