From c78e599659a3e198d44d73c69fd495a12e4b4306 Mon Sep 17 00:00:00 2001 From: MattMo Date: Thu, 12 Sep 2024 09:56:16 -0700 Subject: [PATCH] Tweaked minor documentation --- Process.Net/WinProcess.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Process.Net/WinProcess.cs b/Process.Net/WinProcess.cs index 8f02cb2..1a00547 100644 --- a/Process.Net/WinProcess.cs +++ b/Process.Net/WinProcess.cs @@ -49,7 +49,7 @@ namespace MontoyaTech.Process.Net /// /// Indicates that any windows created by the process cannot be pinned on the taskbar. - // This flag must be combined with STARTF_TITLEISAPPID. + /// This flag must be combined with STARTF_TITLEISAPPID. /// STARTF_PREVENTPINNING = 0x00002000,