diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/ios/MGLMapView.h | 2 |
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. |