From fe1ec73b5c6a21c2176aaa15239cd8f406c33525 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:33:55 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCGeoPoint.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCGeoPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/Public/LCGeoPoint.cs b/Storage/Storage/Public/LCGeoPoint.cs index de21d17..c502c1e 100644 --- a/Storage/Storage/Public/LCGeoPoint.cs +++ b/Storage/Storage/Public/LCGeoPoint.cs @@ -40,7 +40,7 @@ namespace LeanCloud.Storage { } /// - /// Calculate the distance in kilometer between this point and another GeoPoint. + /// Calculate the distance in kilometers between this point and another GeoPoint. /// /// ///