From 768ed4f80a2b7f83530ff7698cdc0fb30a87fe59 Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:13:02 +0800 Subject: [PATCH] Update wording Co-authored-by: Jeremy Wu --- Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs index 0a40590ba..916399e5c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs @@ -24,7 +24,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search } /// - /// Note: Assuming all diretories end with "\". + /// Note: A path that ends with "\" and one that doesn't will not be regarded as equal. /// public class PathEqualityComparator : IEqualityComparer {