Browse Source

Add summary indent to SocketInvite

pull/1923/head
quin lynch 3 years ago
parent
commit
a4edfbafc9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Invites/SocketInvite.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Invites/SocketInvite.cs View File

@@ -7,7 +7,7 @@ using Model = Discord.API.Gateway.InviteCreateEvent;
namespace Discord.WebSocket
{
/// <summary>
/// Represents a WebSocket-based invite to a guild.
/// Represents a WebSocket-based invite to a guild.
/// </summary>
[DebuggerDisplay(@"{DebuggerDisplay,nq}")]
public class SocketInvite : SocketEntity<string>, IInviteMetadata


Loading…
Cancel
Save