From 629a7a7f73043cd42cd508c842f990a36013db6c Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 28 Jun 2023 19:25:38 -0400 Subject: [PATCH] Correct documentation of `NativeMethods` --- src/Tgstation.Server.Host/System/NativeMethods.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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