Skip to content

Commit af830eb

Browse files
committed
Fix @deprecated annotation
1 parent 2bd1135 commit af830eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ export default class GetLocation {
7979
static getCurrentPosition(options: GetCurrentPositionOptions): Promise<Location>;
8080

8181
/**
82-
* @Deprecated use Linking.openSettings from React Native
82+
* @deprecated use Linking.openSettings from React Native
8383
*/
8484
static openAppSettings();
8585

8686
/**
87-
* @Deprecated use Linking.openSettings from React Native
87+
* @deprecated use Linking.openSettings from React Native
8888
*/
8989
static openWifiSettings();
9090

9191
/**
92-
* @Deprecated use Linking.openSettings from React Native
92+
* @deprecated use Linking.openSettings from React Native
9393
*/
9494
static openCelularSettings();
9595

9696
/**
97-
* @Deprecated use Linking.openSettings from React Native
97+
* @deprecated use Linking.openSettings from React Native
9898
*/
9999
static openGpsSettings();
100100
}

0 commit comments

Comments
 (0)