Update Storage/Storage/Public/LCUser.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 12:17:47 +08:00 committed by GitHub
parent 346ddd47b0
commit ced9619a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace LeanCloud.Storage {
static LCUser currentUser;
/// <summary>
/// Gets the currently logged in LCUser with a valid session, either from
/// Gets the currently logged in LCUser with a valid session, from
/// memory or disk if necessary.
/// </summary>
/// <returns></returns>