From 41fb374b647d40103e8d57db4f2335793312b39b Mon Sep 17 00:00:00 2001 From: Abhimanyu Swami Date: Fri, 11 Aug 2023 13:29:14 +0530 Subject: [PATCH] Fix typo Change-Id: I41e81afab7d9efdd9539e6ae34a3e96985377e84 Signed-off-by: Abhimanyu Swami --- include/locations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/locations.h b/include/locations.h index 20cc8c8..12d63bd 100755 --- a/include/locations.h +++ b/include/locations.h @@ -630,7 +630,7 @@ int location_manager_get_accuracy(location_manager_h manager, location_accuracy_ /** * @brief Gets the current velocity accuracy information. - * @since_tizen @6.0 + * @since_tizen 6.0 * @privlevel public * @privilege %http://tizen.org/privilege/location * @param[in] manager The location manager handle -- 2.7.4