Update Storage/Storage/Public/LCGeoPoint.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:33:55 +08:00 committed by GitHub
parent 524bec174f
commit fe1ec73b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace LeanCloud.Storage {
}
/// <summary>
/// Calculate the distance in kilometer between this point and another GeoPoint.
/// Calculate the distance in kilometers between this point and another GeoPoint.
/// </summary>
/// <param name="point"></param>
/// <returns></returns>