diff --git a/src/Tgstation.Server.Host/System/NativeMethods.cs b/src/Tgstation.Server.Host/System/NativeMethods.cs index dacb4351bc..dc5046d133 100644 --- a/src/Tgstation.Server.Host/System/NativeMethods.cs +++ b/src/Tgstation.Server.Host/System/NativeMethods.cs @@ -5,7 +5,7 @@ using System.Text; namespace Tgstation.Server.Host.System { /// - /// Native Windows methods used by the code. + /// Native methods used by the code. /// #pragma warning disable SA1602 #pragma warning disable SA1611