From 3db074330649a8640979cd90982b0984842d2002 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Mon, 15 Oct 2018 09:54:01 +0800 Subject: [ios] Addressed Fabian's feedback --- platform/darwin/src/NSExpression+MGLAdditions.h | 4 ++-- platform/darwin/src/NSString+MGLAdditions.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/darwin/src/NSExpression+MGLAdditions.h b/platform/darwin/src/NSExpression+MGLAdditions.h index 43acde15ce..358b004e78 100644 --- a/platform/darwin/src/NSExpression+MGLAdditions.h +++ b/platform/darwin/src/NSExpression+MGLAdditions.h @@ -173,10 +173,10 @@ FOUNDATION_EXTERN MGL_EXPORT const MGLExpressionInterpolationMode MGLExpressionI guide for a correspondence of operators and types between the style specification and the `NSExpression` representation used by this SDK. - Note that the `length` argument is not currently supported with iOS 8. - You can use `NSJSONSerialization` to serialize the Foundation object as data to write to a file. + +@note Note that the `length` argument is not currently supported with iOS 8. */ @property (nonatomic, readonly) id mgl_jsonExpressionObject; diff --git a/platform/darwin/src/NSString+MGLAdditions.h b/platform/darwin/src/NSString+MGLAdditions.h index cec1b9cd6b..98f870c598 100644 --- a/platform/darwin/src/NSString+MGLAdditions.h +++ b/platform/darwin/src/NSString+MGLAdditions.h @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN Only supports scripts for languages used by Mapbox Streets. - On iOS 8 or older, this will method will always return the untransliterated + @note On iOS 8 or older, this will method will always return the untransliterated receiver. @param script The four-letter code representing the name of the script, as -- cgit v1.2.1