From 3dc451749bb04fc51ac6d21338a025814d660830 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Fri, 5 Aug 2016 14:15:12 -0700 Subject: [ios] fix circular class reference --- platform/darwin/src/MGLCompassDirectionFormatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') 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 -- cgit v1.2.1