diff --git a/.mason b/.mason index a6a366440ee..3ddc419c01b 160000 --- a/.mason +++ b/.mason @@ -1 +1 @@ -Subproject commit a6a366440ee0ad2b28970493b15b294544944dfe +Subproject commit 3ddc419c01ba94f3122dda05e8ec83dac1f27b02 diff --git a/INSTALL.md b/INSTALL.md index 7200f5741af..b7a383f1e60 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,7 +26,7 @@ targets. - Modern C++ compiler that supports `-std=c++14` - clang++ 3.5 or later _or_ - g++-5 or later - - [CMake](https://cmake.org/) (for build only) + - [CMake](https://cmake.org/) 3.1 or later (for build only) - [cURL](https://curl.haxx.se) (for build only) - [Node.js](https://nodejs.org/) (for build only) - [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only) diff --git a/platform/darwin/src/MGLCompassDirectionFormatter.h b/platform/darwin/src/MGLCompassDirectionFormatter.h index d7c31132913..c2a6e000fab 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