From 78c802e1c7784d3eede225aff4d3f79f31927f10 Mon Sep 17 00:00:00 2001 From: Dominion Date: Tue, 23 May 2023 02:54:31 -0400 Subject: [PATCH] Doc comment improvement --- .../Components/Chat/ChannelRepresentation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Components/Chat/ChannelRepresentation.cs b/src/Tgstation.Server.Host/Components/Chat/ChannelRepresentation.cs index 239e68fa88..a24f416ec1 100644 --- a/src/Tgstation.Server.Host/Components/Chat/ChannelRepresentation.cs +++ b/src/Tgstation.Server.Host/Components/Chat/ChannelRepresentation.cs @@ -19,7 +19,7 @@ namespace Tgstation.Server.Host.Components.Chat /// /// The channel Id. /// - /// remaps this to an internal id using . Not sent over the DMAPI. + /// remaps this to an internal id using . Not sent over the DMAPI. [JsonIgnore] public ulong RealId {