Update Storage/Storage/Public/LCFriendship.cs

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

View File

@ -10,7 +10,7 @@ namespace LeanCloud.Storage {
/// </summary> /// </summary>
public static class LCFriendship { public static class LCFriendship {
/// <summary> /// <summary>
/// Requests to add friend. /// Requests to add a friend.
/// </summary> /// </summary>
/// <param name="userId">The user id to add.</param> /// <param name="userId">The user id to add.</param>
/// <param name="attributes">The additional attributes for the friendship.</param> /// <param name="attributes">The additional attributes for the friendship.</param>