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,