summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;