summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-07-15 17:20:25 -0700
committerGitHub <noreply@github.com>2019-07-15 17:20:25 -0700
commit88ea2915888a75bdcc5e2468bff7dbd54efc15ef (patch)
treeff8b2d9485159938c6bcfc1b363832819a451dc8
parentfefd2122494a91b1bbd5430815252988e7804ccf (diff)
downloadqtlocation-mapboxgl-88ea2915888a75bdcc5e2468bff7dbd54efc15ef.tar.gz
Update platform/darwin/src/MGLOfflineStorage.h
Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
-rw-r--r--platform/darwin/src/MGLOfflineStorage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.h b/platform/darwin/src/MGLOfflineStorage.h
index 7a8a7fbbf4..b3a719412c 100644
--- a/platform/darwin/src/MGLOfflineStorage.h
+++ b/platform/darwin/src/MGLOfflineStorage.h
@@ -172,7 +172,8 @@ typedef NS_ENUM(NSUInteger, MGLResourceKind) {
/**
MGLOfflineStorage implements a singleton (shared object) that manages offline
packs and ambient caching. All of this class’s instance methods are asynchronous,
- reflecting the fact that offline resources are stored in a database. The shared object maintains a canonical collection of offline packs in its `packs` property.
+ reflecting the fact that offline resources are stored in a database. The shared
+ object maintains a canonical collection of offline packs in its `packs` property.
#### Related examples
See the <a href="https://docs.mapbox.com/ios/maps/examples/offline-pack/">