Browse Source

Fix English posession

pull/1161/head
sarcasmloading 7 years ago
parent
commit
ac96af3431
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberRoleAuditLogData.cs

+ 1
- 1
src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberRoleAuditLogData.cs View File

@@ -37,7 +37,7 @@ namespace Discord.Rest
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A read-only collection of <see cref="MemberRoleEditInfo"/>, containing the roles that were changed on /// A read-only collection of <see cref="MemberRoleEditInfo"/>, containing the roles that were changed on
/// this user.
/// the member.
/// </returns> /// </returns>
public IReadOnlyCollection<MemberRoleEditInfo> Roles { get; } public IReadOnlyCollection<MemberRoleEditInfo> Roles { get; }
/// <summary> /// <summary>


Loading…
Cancel
Save