diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Components/WindowProcess.cs b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Components/WindowProcess.cs index b32c6c9697..24fd9972eb 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Components/WindowProcess.cs +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Components/WindowProcess.cs @@ -192,7 +192,7 @@ internal sealed class WindowProcess /// /// Gets the process name for the process ID /// - /// The id of the process/param> + /// The id of the process /// A string representing the process name or an empty string if the function fails internal static string GetProcessNameFromProcessID(uint pid) {