Update wording

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
VictoriousRaptor 2023-01-20 12:13:02 +08:00 committed by GitHub
parent b77bfea887
commit 768ed4f80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
}
/// <summary>
/// Note: Assuming all diretories end with "\".
/// Note: A path that ends with "\" and one that doesn't will not be regarded as equal.
/// </summary>
public class PathEqualityComparator : IEqualityComparer<Result>
{