We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33570eb commit 95067e4Copy full SHA for 95067e4
MapboxGeocoder/MBPlacemarkScope.h
@@ -24,7 +24,7 @@ typedef NS_OPTIONS(NSUInteger, MBPlacemarkScope) {
24
MBPlacemarkScopeAddress = (1 << 8),
25
/// A point of interest, such as a business or school.
26
MBPlacemarkScopePointOfInterest = (1 << 9),
27
- /// Subset of regular points of interest. Landmarks are particularly notable or long-lived features like parks, museums and places of worship.
+ /// Subset of regular points of interest. Landmarks are particularly notable or long-lived features like parks, museums, and places of worship.
28
MBPlacemarkScopePointOfInterestLandmark = (1 << 10),
29
30
/// All scopes.
0 commit comments