Skip to content

Commit 768ed4f

Browse files
Update wording
Co-authored-by: Jeremy Wu <[email protected]>
1 parent b77bfea commit 768ed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public SearchManager(Settings settings, PluginInitContext context)
2424
}
2525

2626
/// <summary>
27-
/// Note: Assuming all diretories end with "\".
27+
/// Note: A path that ends with "\" and one that doesn't will not be regarded as equal.
2828
/// </summary>
2929
public class PathEqualityComparator : IEqualityComparer<Result>
3030
{

0 commit comments

Comments
 (0)