We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f18627 commit 5cd7ae7Copy full SHA for 5cd7ae7
Flow.Launcher.Infrastructure/TranslationMapping.cs
@@ -8,7 +8,7 @@ public class TranslationMapping
8
{
9
private bool constructed;
10
11
- // Asssuming one original item maps to multi translated items
+ // Assuming one original item maps to multi translated items
12
// list[i] is the last translated index + 1 of original index i
13
private readonly List<int> originalToTranslated = new List<int>();
14
0 commit comments