From f03321f3c46ca1cae491ba8a0551e1532057a675 Mon Sep 17 00:00:00 2001 From: "Dupont, Lucien" Date: Tue, 20 Feb 2018 18:47:42 -0800 Subject: [PATCH] Fixed documentation issue from pod lib lint validation. --- LocationManager/INTULocationManager/INTULocationManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;