From c664a4d7aa7568f07036dbeb1d97ea7a71ff8a46 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:36:53 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCObject.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/Public/LCObject.cs b/Storage/Storage/Public/LCObject.cs index 8aa072e..059139e 100644 --- a/Storage/Storage/Public/LCObject.cs +++ b/Storage/Storage/Public/LCObject.cs @@ -34,7 +34,7 @@ namespace LeanCloud.Storage { } /// - /// Gets the object id. An object id is assigned as son as an object is + /// Gets the object id. An object id is assigned as soon as an object is /// saved to the server. The combination of a and /// an uniquely identifies an object in your application. ///