summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/darwin/src/MGLCompassDirectionFormatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLCompassDirectionFormatter.h b/platform/darwin/src/MGLCompassDirectionFormatter.h
index d7c3113291..c2a6e000fa 100644
--- a/platform/darwin/src/MGLCompassDirectionFormatter.h
+++ b/platform/darwin/src/MGLCompassDirectionFormatter.h
@@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
Use this class to create localized heading strings when displaying directions
irrespective of the user’s current location. To format a direction relative to
- the user’s current location, use `MGLCompassDirectionFormatter` instead.
+ the user’s current location, use `MGLClockDirectionFormatter` instead.
*/
@interface MGLCompassDirectionFormatter : NSFormatter