Tweaked minor documentation

This commit is contained in:
MattMo 2024-09-12 09:56:16 -07:00
parent c6e7e50322
commit c78e599659

View File

@ -49,7 +49,7 @@ namespace MontoyaTech.Process.Net
/// <summary>
/// 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.
/// </summary>
STARTF_PREVENTPINNING = 0x00002000,