Skip to content

Commit 1be22b6

Browse files
committed
Fixed argument name in documentation
1 parent c5fcfe1 commit 1be22b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxGeocoder/MBGeocodeOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ open class ReverseBatchGeocodeOptions: ReverseGeocodeOptions, BatchGeocodeOption
248248
/**
249249
Initializes a reverse batch geocode options object with the given `CLLocation` objects.
250250

251-
- parameter location: An array of up to 50 `CLLocation` objects to search for.
251+
- parameter locations: An array of up to 50 `CLLocation` objects to search for.
252252
*/
253253
@objc public convenience init(locations: [CLLocation]) {
254254
self.init(coordinates: locations.map { $0.coordinate })

0 commit comments

Comments
 (0)