From b512af6a6682bf133d8d580cccb309f671f287f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Tue, 21 Feb 2017 21:42:00 -0800 Subject: [ios, macos] Smarten apostrophes after backticks jazzy is inconsistently converting straight apostrophes that immediately follow backticks into either ‘ or ’ from one run to the next. Smarten the apostrophe to keep it stable. --- platform/ios/src/MGLMapView.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/ios') diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h index a46aaac463..4a7ac308de 100644 --- a/platform/ios/src/MGLMapView.h +++ b/platform/ios/src/MGLMapView.h @@ -147,9 +147,9 @@ IB_DESIGNABLE @note The default styles provided by Mapbox contain sources and layers with identifiers that will change over time. Applications that use APIs that - manipulate a style's sources and layers must first set the style URL to an + manipulate a style’s sources and layers must first set the style URL to an explicitly versioned style using a convenience method like - `+[MGLStyle outdoorsStyleURLWithVersion:]`, `MGLMapView`'s “Style URL” + `+[MGLStyle outdoorsStyleURLWithVersion:]`, `MGLMapView`’s “Style URL” inspectable in Interface Builder, or a manually constructed `NSURL`. */ @property (nonatomic, readonly, nullable) MGLStyle *style; @@ -1174,7 +1174,7 @@ IB_DESIGNABLE @note Layer identifiers are not guaranteed to exist across styles or different versions of the same style. Applications that use this API must first set the style URL to an explicitly versioned style using a convenience method like - `+[MGLStyle outdoorsStyleURLWithVersion:]`, `MGLMapView`'s “Style URL” + `+[MGLStyle outdoorsStyleURLWithVersion:]`, `MGLMapView`’s “Style URL” inspectable in Interface Builder, or a manually constructed `NSURL`. This approach also avoids layer identifer name changes that will occur in the default style’s layers over time. @@ -1245,7 +1245,7 @@ IB_DESIGNABLE @note Layer identifiers are not guaranteed to exist across styles or different versions of the same style. Applications that use this API must first set the style URL to an explicitly versioned style using a convenience method like - `+[MGLStyle outdoorsStyleURLWithVersion:]`, `MGLMapView`'s “Style URL” + `+[MGLStyle outdoorsStyleURLWithVersion:]`, `MGLMapView`’s “Style URL” inspectable in Interface Builder, or a manually constructed `NSURL`. This approach also avoids layer identifer name changes that will occur in the default style’s layers over time. -- cgit v1.2.1