Browse Source

I can spell :^)

pull/1161/head
Chris Johnston 7 years ago
parent
commit
981e2eb18f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Users/IConnection.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Users/IConnection.cs View File

@@ -17,7 +17,7 @@ namespace Discord
/// </summary>
string Name { get; }
/// <summary>
/// Wheter the connection is revoked.
/// Whether the connection is revoked.
/// </summary>
bool IsRevoked { get; }



Loading…
Cancel
Save