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. ///