From 524bec174f5713450b303002a109083a27052150 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:33:32 +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 58ca7a9..de21d17 100644 --- a/Storage/Storage/Public/LCGeoPoint.cs +++ b/Storage/Storage/Public/LCGeoPoint.cs @@ -2,7 +2,7 @@ namespace LeanCloud.Storage { /// - /// LCGeoPoint represents a latitude and longitude point that may be associated + /// LCGeoPoint represents a geographic location that may be associated /// with a key in a LCObject or used as a reference point for queries. /// public class LCGeoPoint {