summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-07-04 17:37:11 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-07-04 17:37:11 -0700
commit8947b0af27c7bc7397c9dc12e5e24bf6c2f4defb (patch)
tree9cfe89a81e2e297b96ad3a734109c176e2e7a436 /platform/ios/src/MGLMapView.h
parentd58bee6d90c7627d9059466f818bd296b01755ce (diff)
downloadqtlocation-mapboxgl-8947b0af27c7bc7397c9dc12e5e24bf6c2f4defb.tar.gz
[ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style Specification” (#5553)
Diffstat (limited to 'platform/ios/src/MGLMapView.h')
-rw-r--r--platform/ios/src/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 3f649e45d2..5512264a35 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -60,7 +60,7 @@ typedef NS_OPTIONS(NSUInteger, MGLMapDebugMaskOptions) {
The map view loads scalable vector tiles that conform to the
<a href="https://github.com/mapbox/vector-tile-spec">Mapbox Vector Tile Specification</a>.
It styles them with a style that conforms to the
- <a href="https://www.mapbox.com/mapbox-gl-style-spec/">Mapbox GL style specification</a>.
+ <a href="https://www.mapbox.com/mapbox-gl-style-spec/">Mapbox Style Specification</a>.
Such styles can be designed in
<a href="https://www.mapbox.com/studio/">Mapbox Studio</a> and hosted on
mapbox.com.