From 2fe02306aebb8d58a76e8d0dad177b2f21cc0b83 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:34:18 +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 c502c1e..20d7f4e 100644 --- a/Storage/Storage/Public/LCGeoPoint.cs +++ b/Storage/Storage/Public/LCGeoPoint.cs @@ -52,7 +52,7 @@ namespace LeanCloud.Storage { } /// - /// Calculate the distance in mile between this point and another GeoPoint. + /// Calculate the distance in miles between this point and another GeoPoint. /// /// ///