Fix XML doc

This commit is contained in:
Jiří Polášek
2026-02-12 18:08:52 +01:00
parent 6c9a0a0711
commit 31c010bf2e

View File

@@ -192,7 +192,7 @@ internal sealed class WindowProcess
/// <summary> /// <summary>
/// Gets the process name for the process ID /// Gets the process name for the process ID
/// </summary> /// </summary>
/// <param name="pid">The id of the process/param> /// <param name="pid">The id of the process</param>
/// <returns>A string representing the process name or an empty string if the function fails</returns> /// <returns>A string representing the process name or an empty string if the function fails</returns>
internal static string GetProcessNameFromProcessID(uint pid) internal static string GetProcessNameFromProcessID(uint pid)
{ {