From 31c010bf2ebe71a06b1dd9a379ddd4c478744ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pol=C3=A1=C5=A1ek?= Date: Thu, 12 Feb 2026 18:08:52 +0100 Subject: [PATCH] Fix XML doc --- .../Components/WindowProcess.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {