summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-06-16 09:45:10 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-17 12:54:48 -0700
commitf50a27bc8a2bf92515c71a4abf9fd42eb337b46a (patch)
treeedd845c19debcf6f6e2c5b967a172f1941b2ce2e /include
parent556938e8bb3b4d302ca20c034c648c67afb83a63 (diff)
downloadqtlocation-mapboxgl-f50a27bc8a2bf92515c71a4abf9fd42eb337b46a.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.