summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-09-29 15:15:53 -0400
committerJason Wray <jason@mapbox.com>2017-09-29 15:15:53 -0400
commit542d4d8e41637221a87829b83b0539ad80e24a24 (patch)
tree8cd5920fe49958c915c06e10b632e5f32c56340a
parent9d743134378b569188a2d2a69a0d193f3e66c342 (diff)
downloadqtlocation-mapboxgl-542d4d8e41637221a87829b83b0539ad80e24a24.tar.gz
Update -showAttribution: doc per @1ec5
-rw-r--r--platform/ios/src/MGLMapView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 10d76353a5..bccf9bf47f 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -276,8 +276,8 @@ MGL_EXPORT IB_DESIGNABLE
Show the attribution and telemetry action sheet.
This method is called when the user taps on `attributionButton`. This method is
- made available so that it can be assigned to custom attribution button
- implementations.
+ made available so that it can be added as an action of custom attribution
+ button implementations.
*/
- (IBAction)showAttribution:(id)sender;