mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
update comment typo
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Wox.Infrastructure
|
|||||||
{
|
{
|
||||||
matchFoundInPreviousLoop = true;
|
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;
|
firstMatchIndex = currentQuerySubstringIndex == 0 ? startIndexToVerify : firstMatchIndex;
|
||||||
|
|
||||||
indexList = GetUpdatedIndexList(startIndexToVerify, currentQuerySubstringCharacterIndex, firstMatchIndexInWord, indexList);
|
indexList = GetUpdatedIndexList(startIndexToVerify, currentQuerySubstringCharacterIndex, firstMatchIndexInWord, indexList);
|
||||||
|
|||||||
Reference in New Issue
Block a user