Browse Source

Adjust xmldoc wording

pull/1271/head
Chris Johnston 6 years ago
parent
commit
4717d60d6b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MessageDeleteAuditLogData.cs

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

@@ -39,8 +39,7 @@ namespace Discord.Rest
/// Gets the author of the messages that were deleted. /// Gets the author of the messages that were deleted.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="ulong"/> representing the snowflake identifier for the user that the messages were
/// created by.
/// A <see cref="ulong"/> representing the snowflake identifier for the user that created the deleted messages.
/// </returns> /// </returns>
public ulong AuthorId { get; } public ulong AuthorId { get; }
} }


Loading…
Cancel
Save