Improve code comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-10-16 20:34:12 +08:00 committed by GitHub
parent c30cd7c747
commit af5950b178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -376,7 +376,7 @@ namespace Flow.Launcher.Plugin.SharedCommands
}
/// <summary>
/// Return true is the given name is a valid file name
/// Returns true if the given name is a valid file name
/// </summary>
public static bool IsValidFileName(string name)
{