Skip to content

Commit 71d8c20

Browse files
committed
update comment typo
1 parent 6095933 commit 71d8c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wox.Infrastructure/StringMatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public static MatchResult FuzzySearch(string query, string stringToCompare, Matc
105105
{
106106
matchFoundInPreviousLoop = true;
107107

108-
// if it's the begining character of the first query substring that is matched then we need to update start index
108+
// if it's the beginning character of the first query substring that is matched then we need to update start index
109109
firstMatchIndex = currentQuerySubstringIndex == 0 ? startIndexToVerify : firstMatchIndex;
110110

111111
indexList = GetUpdatedIndexList(startIndexToVerify, currentQuerySubstringCharacterIndex, firstMatchIndexInWord, indexList);

0 commit comments

Comments
 (0)