summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLTypes.h')
-rw-r--r--platform/darwin/src/MGLTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLTypes.h b/platform/darwin/src/MGLTypes.h
index 8bc6f67fac..fc1d40a1f5 100644
--- a/platform/darwin/src/MGLTypes.h
+++ b/platform/darwin/src/MGLTypes.h
@@ -71,7 +71,7 @@ typedef NS_OPTIONS(NSUInteger, MGLMapDebugMaskOptions) {
};
/**
- A structure containing information about a transition values.
+ A structure containing information about a transition.
*/
typedef struct MGLTransition {
/**
@@ -80,7 +80,7 @@ typedef struct MGLTransition {
NSTimeInterval duration;
/**
- The delay in seconds to before applying any changes to the style URL or to layout and paint attributes.
+ The delay in seconds before applying any changes to the style URL or to layout and paint attributes.
*/
NSTimeInterval delay;
} MGLTransition;