Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] Fix javadoc for MapboxMap.updateMarker() (#7301)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Dec 6, 2016
1 parent 467fa30 commit bcf911b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ public List<Marker> addMarkers(@NonNull List<? extends

/**
* <p>
* Updates a marker on this map. Does nothing if the marker is already added.
* Updates a marker on this map. Does nothing if the marker isn't already added.
* </p>
*
* @param updatedMarker An updated marker object.
Expand Down

0 comments on commit bcf911b

Please sign in to comment.