Update Storage/Storage/Public/LCObject.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:39:50 +08:00 committed by GitHub
parent 99df5c00a6
commit f45f1f21aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace LeanCloud.Storage {
/// <summary>
/// Gets or sets a value on the object. It is forbidden to name keys
/// with '_'.
/// with a leading underscore ('_').
/// </summary>
/// <param name="key">The value for key.</param>
/// <returns></returns>