diff --git a/plugin-localization/src/main/java/com/mapbox/mapboxsdk/plugins/localization/LocalizationPlugin.java b/plugin-localization/src/main/java/com/mapbox/mapboxsdk/plugins/localization/LocalizationPlugin.java index f1dd32fa0..29bf8b2e3 100644 --- a/plugin-localization/src/main/java/com/mapbox/mapboxsdk/plugins/localization/LocalizationPlugin.java +++ b/plugin-localization/src/main/java/com/mapbox/mapboxsdk/plugins/localization/LocalizationPlugin.java @@ -125,7 +125,7 @@ public void setMapLanguage(@NonNull MapLocale mapLocale) { /** * Adjust the map's camera position so that the entire countries boarders are within the viewport. * Specifically, this method gets the devices currently set locale and adjust the map camera to - * view that country if a {@link MapLocale]} matches. + * view that country if a {@link MapLocale} matches. * * @since 0.1.0 */