mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typo
This commit is contained in:
parent
3f1862775e
commit
5cd7ae72f4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace Flow.Launcher.Infrastructure
|
|||
{
|
||||
private bool constructed;
|
||||
|
||||
// Asssuming one original item maps to multi translated items
|
||||
// Assuming one original item maps to multi translated items
|
||||
// list[i] is the last translated index + 1 of original index i
|
||||
private readonly List<int> originalToTranslated = new List<int>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue