summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-06-16 09:45:10 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-06-16 09:45:10 -0700
commitdf6ab1dc00bd9e99df8134db2533978bdc84d741 (patch)
tree6ec0c708786c0f6111bc9e17d463f49503f8e3a8 /include
parent4623baa1a5f549f90e5066672890714647d0fb1a (diff)
downloadqtlocation-mapboxgl-df6ab1dc00bd9e99df8134db2533978bdc84d741.tar.gz
Corrected bundledStyleURLs doc comment
Per https://github.com/mapbox/mapbox-gl-native/commit/f46328655e027bf490692fcde4aab770912aac8d#commitcomment-11695358.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index f59aa7269d..26a5051d41 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -170,7 +170,7 @@ IB_DESIGNABLE
@property (nonatomic, nullable) NSString *styleID;
@property (nonatomic, nullable) NSString *mapID __attribute__((unavailable("Use styleID.")));
-/** Returns the URLs to the styles bundled with the library. */
+/** URLs of the styles bundled with the library. */
@property (nonatomic, readonly) NSArray *bundledStyleURLs;
/** URL of the style currently displayed in the receiver.