summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-10-07 17:50:32 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-10-07 17:50:32 -0700
commit56167c4daf2d15c23fdf7dba4078e448366fcb91 (patch)
tree6141c3ea404cccdd6d6293c9715444b9b30dc1b0
parentbedc29bd69e40300ca6be1bc2ffa1f99a2b5c879 (diff)
downloadqtlocation-mapboxgl-56167c4daf2d15c23fdf7dba4078e448366fcb91.tar.gz
[ios] docs tweak
-rw-r--r--platform/darwin/src/MGLShapeSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLShapeSource.h b/platform/darwin/src/MGLShapeSource.h
index 73171dfe17..685a7116a2 100644
--- a/platform/darwin/src/MGLShapeSource.h
+++ b/platform/darwin/src/MGLShapeSource.h
@@ -49,7 +49,7 @@ FOUNDATION_EXTERN MGL_EXPORT const MGLShapeSourceOption MGLShapeSourceOptionClus
The first object determines how the attribute values are accumulated from the
cluster points. It is an `NSExpression` with an expression function that accepts
- two or more arguments (such as `sum` or `max`). The arguments should be
+ two or more arguments, such as `sum` or `max`. The arguments should be
`featureAccumulated` and the previously defined feature attribute key. The
resulting value is assigned to the specified attribute key.