missed a spot

This commit is contained in:
distributivgesetz
2023-09-02 20:27:41 +02:00
parent 2ec2433696
commit 751071dd11
+1 -2
View File
@@ -8,8 +8,7 @@ using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host.IO
{
/// <summary>
/// Implementation of <see cref="Tgstation.Server.Host.IO.IConsole"/>,
/// uses <see cref="global::System.Console"/>.
/// Implementation of <see cref="IConsole"/>, uses <see cref="global::System.Console"/>.
/// </summary>
sealed class Console : IConsole, IDisposable
{