Fix missing dot at end of code documentation

This commit is contained in:
Maxime NATUREL 2022-05-16 18:07:08 +02:00
parent afd2804ed3
commit 1d6083b2c7

View File

@ -38,7 +38,7 @@ fun MessageLocationContent.toLocationData(): LocationData? {
}
/**
* Creates location data from a geoUri String
* Creates location data from a geoUri String.
* "geo:40.05,29.24;30" -> LocationData(40.05, 29.24, 30)
* @return location data or null if geo uri is null or not valid
*/