update comment typo

This commit is contained in:
Jeremy Wu
2020-01-14 07:30:40 +11:00
parent 6095933847
commit 71d8c2080c

View File

@@ -105,7 +105,7 @@ namespace Wox.Infrastructure
{
matchFoundInPreviousLoop = true;
// if it's the begining character of the first query substring that is matched then we need to update start index
// if it's the beginning character of the first query substring that is matched then we need to update start index
firstMatchIndex = currentQuerySubstringIndex == 0 ? startIndexToVerify : firstMatchIndex;
indexList = GetUpdatedIndexList(startIndexToVerify, currentQuerySubstringCharacterIndex, firstMatchIndexInWord, indexList);