From af5950b1788aa300fd35842b532f006ef0f9aa3a Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Thu, 16 Oct 2025 20:34:12 +0800 Subject: [PATCH] Improve code comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index db5bc53ce..932ce268e 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -376,7 +376,7 @@ namespace Flow.Launcher.Plugin.SharedCommands } /// - /// Return true is the given name is a valid file name + /// Returns true if the given name is a valid file name /// public static bool IsValidFileName(string name) {