From 4f0a29bbd7cab5a78f92f985d89f427fcf2a346a Mon Sep 17 00:00:00 2001 From: Pat Murphy Date: Tue, 13 Sep 2016 19:21:35 -0700 Subject: [PATCH] fixing a comment typo --- src/Discord.Net/WebSocket/DiscordSocketClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net/WebSocket/DiscordSocketClient.cs b/src/Discord.Net/WebSocket/DiscordSocketClient.cs index fec02d465..9bd217ac1 100644 --- a/src/Discord.Net/WebSocket/DiscordSocketClient.cs +++ b/src/Discord.Net/WebSocket/DiscordSocketClient.cs @@ -38,7 +38,7 @@ namespace Discord.WebSocket private int _nextAudioId; private bool _canReconnect; - /// Gets the shard if of this client. + /// Gets the shard id of this client. public int ShardId { get; } /// Gets the current connection state of this client. public ConnectionState ConnectionState { get; private set; }