diff --git a/src/Discord.Net/DiscordSocketClient.cs b/src/Discord.Net/DiscordSocketClient.cs index f6143cf1d..fe33f223a 100644 --- a/src/Discord.Net/DiscordSocketClient.cs +++ b/src/Discord.Net/DiscordSocketClient.cs @@ -60,7 +60,7 @@ namespace Discord public int ShardId { get; } /// Gets the current connection state of this client. public ConnectionState ConnectionState { get; private set; } - /// Gets the estimated round-trip latency to the gateway server. + /// Gets the estimated round-trip latency, in milliseconds, to the gateway server. public int Latency { get; private set; } internal IWebSocketClient GatewaySocket { get; private set; } internal int MessageCacheSize { get; private set; }