Correct documentation of NativeMethods

This commit is contained in:
Jordan Dominion
2023-06-28 19:25:38 -04:00
parent 190a418722
commit 629a7a7f73
@@ -5,7 +5,7 @@ using System.Text;
namespace Tgstation.Server.Host.System
{
/// <summary>
/// Native Windows methods used by the code.
/// Native methods used by the code.
/// </summary>
#pragma warning disable SA1602
#pragma warning disable SA1611