mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update comment typo
This commit is contained in:
parent
6095933847
commit
71d8c2080c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue