renamed for Defualt match option

This commit is contained in:
Amir Tepper
2019-10-20 15:45:06 +03:00
parent aefc90dc19
commit a3ba2276e2
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ namespace Wox.Infrastructure
public static FuzzyMatcher Create(string query)
{
return new FuzzyMatcher(query, StringMatcher.EmptyMatchOption);
return new FuzzyMatcher(query, StringMatcher.DefaultMatchOption);
}
public static FuzzyMatcher Create(string query, MatchOption opt)