Skip to content

Commit 95067e4

Browse files
committed
fix comma faux pas
1 parent 33570eb commit 95067e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxGeocoder/MBPlacemarkScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef NS_OPTIONS(NSUInteger, MBPlacemarkScope) {
2424
MBPlacemarkScopeAddress = (1 << 8),
2525
/// A point of interest, such as a business or school.
2626
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.
27+
/// Subset of regular points of interest. Landmarks are particularly notable or long-lived features like parks, museums, and places of worship.
2828
MBPlacemarkScopePointOfInterestLandmark = (1 << 10),
2929

3030
/// All scopes.

0 commit comments

Comments
 (0)