From 2a08b4d1829b22f066f1780b3960f059a775ebec Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 4 Jan 2021 13:37:51 -0500 Subject: [PATCH] Fix documentation warnings --- src/Tgstation.Server.Host/Components/Chat/ChatManager.cs | 4 ++-- src/Tgstation.Server.Host/Components/Chat/IChatManager.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs index 5380171269..dac908b48b 100644 --- a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs +++ b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs @@ -67,7 +67,7 @@ namespace Tgstation.Server.Host.Components.Chat readonly IDictionary builtinCommands; /// - /// Map of s in use, keyed by + /// Map of s in use, keyed by /// readonly IDictionary providers; @@ -184,7 +184,7 @@ namespace Tgstation.Server.Host.Components.Chat /// /// Remove a from and optionally updating the as well /// - /// The of the to delete + /// The of the to delete /// If should be update /// The for the operation. /// A resulting in the being removed if it exists, otherwise. diff --git a/src/Tgstation.Server.Host/Components/Chat/IChatManager.cs b/src/Tgstation.Server.Host/Components/Chat/IChatManager.cs index 367274d8b2..6a72c0e09d 100644 --- a/src/Tgstation.Server.Host/Components/Chat/IChatManager.cs +++ b/src/Tgstation.Server.Host/Components/Chat/IChatManager.cs @@ -19,7 +19,7 @@ namespace Tgstation.Server.Host.Components.Chat void RegisterCommandHandler(ICustomCommandHandler customCommandHandler); /// - /// Change chat settings. If the is not currently in use, a new connection will be made instead + /// Change chat settings. If the is not currently in use, a new connection will be made instead /// /// The new /// The for the operation @@ -29,7 +29,7 @@ namespace Tgstation.Server.Host.Components.Chat /// /// Disconnects and deletes a given connection /// - /// The of the connection + /// The of the connection /// The for the operation /// A representing the running operation Task DeleteConnection(long connectionId, CancellationToken cancellationToken); @@ -37,7 +37,7 @@ namespace Tgstation.Server.Host.Components.Chat /// /// Change chat channels /// - /// The of the connection + /// The of the connection /// An of the new list of s /// The for the operation /// A representing the running operation