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
{