From 52565ed0de5e582fb275d10964d560c8b791f0ac Mon Sep 17 00:00:00 2001 From: moiph Date: Sun, 25 Aug 2019 06:09:55 -0700 Subject: [PATCH] docs: Fixing GatewayEncoding comment (#1359) Const, not a property --- src/Discord.Net.WebSocket/DiscordSocketConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs index 4c96a317a..3610afd13 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs @@ -26,7 +26,7 @@ namespace Discord.WebSocket public class DiscordSocketConfig : DiscordRestConfig { /// - /// Gets or sets the encoding gateway should use. + /// Returns the encoding gateway should use. /// public const string GatewayEncoding = "json";