fixing a comment typo

This commit is contained in:
Pat Murphy
2016-09-13 19:21:35 -07:00
parent a2b4f47acf
commit 4f0a29bbd7

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; }