diff --git a/Sources/Polyline/Polyline.swift b/Sources/Polyline/Polyline.swift index ea789b4..73ccb87 100644 --- a/Sources/Polyline/Polyline.swift +++ b/Sources/Polyline/Polyline.swift @@ -147,7 +147,7 @@ public func encodeCoordinates(_ coordinates: [LocationCoordinate2D], precision: #if canImport(CoreLocation) /// This function encodes an `[CLLocation]` to a `String` /// -/// - parameter coordinates: The `Array` of `CLLocation` that you want to encode +/// - parameter locations: The `Array` of `CLLocation` that you want to encode /// - parameter precision: The precision used to encode locations (default: `1e5`) /// /// - returns: A `String` representing the encoded Polyline