Browse Source

fixing a comment typo

tags/1.0-rc
Pat Murphy 8 years ago
parent
commit
4f0a29bbd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/WebSocket/DiscordSocketClient.cs

+ 1
- 1
src/Discord.Net/WebSocket/DiscordSocketClient.cs View File

@@ -38,7 +38,7 @@ namespace Discord.WebSocket
private int _nextAudioId;
private bool _canReconnect;

/// <summary> Gets the shard if of this client. </summary>
/// <summary> Gets the shard id of this client. </summary>
public int ShardId { get; }
/// <summary> Gets the current connection state of this client. </summary>
public ConnectionState ConnectionState { get; private set; }


Loading…
Cancel
Save