docs: Fixing GatewayEncoding comment (#1359)

Const, not a property
This commit is contained in:
moiph
2019-08-25 06:09:55 -07:00
committed by Christopher F
parent 794eba5d1a
commit 52565ed0de

View File

@@ -26,7 +26,7 @@ namespace Discord.WebSocket
public class DiscordSocketConfig : DiscordRestConfig
{
/// <summary>
/// Gets or sets the encoding gateway should use.
/// Returns the encoding gateway should use.
/// </summary>
public const string GatewayEncoding = "json";