summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2017-10-31 22:06:04 -0400
committerFabian Guerra <fabian.guerra@mapbox.com>2017-10-31 22:06:04 -0400
commit17450d1b038c3c9e894c1199aea5a8f4b74708f8 (patch)
tree8c714b37926d6896f7acfa4e26f60112a282eb8d
parentf9fb98c91877c108b12f38688ca17806b05d3424 (diff)
downloadqtlocation-mapboxgl-17450d1b038c3c9e894c1199aea5a8f4b74708f8.tar.gz
[ios, macos] Fix MGLMapSnapshotter documentation typo.
-rw-r--r--platform/darwin/src/MGLMapSnapshotter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLMapSnapshotter.h b/platform/darwin/src/MGLMapSnapshotter.h
index 4a59cc3b39..2ddc619fc9 100644
--- a/platform/darwin/src/MGLMapSnapshotter.h
+++ b/platform/darwin/src/MGLMapSnapshotter.h
@@ -196,7 +196,7 @@ MGL_EXPORT
@property (nonatomic) CGSize size;
/**
- Indicates whether as snapshot is currently being generated.
+ Indicates whether a snapshot is currently being generated.
*/
@property (nonatomic, readonly, getter=isLoading) BOOL loading;