summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-09-11 16:34:10 -0400
committerJason Wray <jason@kulturny.com>2015-09-11 16:34:10 -0400
commitd9c7fdc5655d48a6e7c54016c0efd94710431430 (patch)
tree0b0877d905e4c7490809cd27abfc3de3831e4056 /include
parent60d0db0d2d0eb046df26c5a76c3144ff01e2e0b6 (diff)
downloadqtlocation-mapboxgl-d9c7fdc5655d48a6e7c54016c0efd94710431430.tar.gz
[iOS] Fix MGLPolyline documentation typo
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLPolyline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLPolyline.h b/include/mbgl/ios/MGLPolyline.h
index 7cbbadeca6..07c5286c80 100644
--- a/include/mbgl/ios/MGLPolyline.h
+++ b/include/mbgl/ios/MGLPolyline.h
@@ -9,7 +9,7 @@ NS_ASSUME_NONNULL_BEGIN
/** The `MGLPolyline` class represents a shape consisting of one or more points that define connecting line segments. The points are connected end-to-end in the order they are provided. The first and last points are not connected to each other. */
@interface MGLPolyline : MGLMultiPoint <MGLOverlay>
-/** Creates and returns an `MGLPolygon` object from the specified set of coordinates.
+/** Creates and returns an `MGLPolyline` object from the specified set of coordinates.
* @param coords The array of coordinates defining the shape. The data in this array is copied to the new object.
* @param count The number of items in the _`coords`_ array.
* @return A new polyline object. */