diff --git a/LocationManager/INTULocationManager/INTULocationManager.h b/LocationManager/INTULocationManager/INTULocationManager.h index eb88676..f1fe28a 100644 --- a/LocationManager/INTULocationManager/INTULocationManager.h +++ b/LocationManager/INTULocationManager/INTULocationManager.h @@ -169,7 +169,7 @@ NS_ASSUME_NONNULL_BEGIN /** Sets a Boolean value indicating whether the location manager object may pause location updates. - @param shows Boolean value indicating whether the location manager object may pause location updates. + @param pauses Boolean value indicating whether the location manager object may pause location updates. */ - (void)setPausesLocationUpdatesAutomatically:(BOOL) pauses;